MTAddFriendHeaderView.h 359 B

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