MTSeachFriendViewController.h 314 B

1234567891011121314151617
  1. //
  2. // MTSeachFriendViewController.h
  3. //
  4. // Created by Simon on 2019/3/22.
  5. // Copyright © 2019 Simon. All rights reserved.
  6. //
  7. #import "MTBaseViewController.h"
  8. #import "MTSeachFriendViewModel.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface MTSeachFriendViewController : MTBaseViewController
  11. @end
  12. NS_ASSUME_NONNULL_END