123456789101112131415161718 |
- //
- // MTAddFriendHeaderView.h
- // Jianbinglian
- //
- // Created by Simon on 2021/2/25.
- // Copyright © 2021 Simon. All rights reserved.
- //
- #import "MTBaseView.h"
- #import "MTAddFriendViewModel.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface MTAddFriendHeaderView : MTBaseView
- @property (nonatomic, strong) MTAddFriendViewModel *viewModel;
- @end
- NS_ASSUME_NONNULL_END
|