MTContactsHomeHeaderView.h 367 B

1234567891011121314151617
  1. //
  2. // MTContactsHomeHeaderView.h
  3. // TheThrees
  4. //
  5. // Created by Simon on 2019/9/11.
  6. // Copyright © 2019 Simon. All rights reserved.
  7. //
  8. #import "MTBaseView.h"
  9. #import "MTContactsHomeViewModel.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface MTContactsHomeHeaderView : MTBaseView
  12. @property (nonatomic, strong) MTContactsHomeViewModel *viewModel;
  13. @end
  14. NS_ASSUME_NONNULL_END