// // MTAddFriendHeaderView.h // TheThrees // // Created by Simon on 2019/9/11. // Copyright © 2019 Simon. All rights reserved. // #import "MTBaseView.h" #import "MTAddFriendViewModel.h" NS_ASSUME_NONNULL_BEGIN @interface MTAddFriendNoView : MTBaseView @property (nonatomic, strong) MTAddFriendViewModel *viewModel; @end NS_ASSUME_NONNULL_END