MTSeachFriendNoView.h 359 B

1234567891011121314151617
  1. //
  2. // MTSeachFriendHeaderView.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 "MTSeachFriendViewModel.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface MTSeachFriendNoView : MTBaseView
  12. @property (nonatomic, strong) MTSeachFriendViewModel *viewModel;
  13. @end
  14. NS_ASSUME_NONNULL_END