MTAddFriendViewController.h 308 B

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