EXFriendController.h 308 B

12345678910111213141516171819
  1. //
  2. // EXFriendController.h
  3. // ABtong
  4. //
  5. // Created by gan on 2025/7/28.
  6. //
  7. #ifndef EXFriendController_h
  8. #define EXFriendController_h
  9. #endif /* EXFriendController_h */
  10. #import <UIKit/UIKit.h>
  11. @interface EXFriendController : UIViewController
  12. @property(nonatomic, strong) NSDictionary *friendMsg;
  13. @end