EXFriendController.h 307 B

1234567891011121314151617181920
  1. //
  2. // EXFriendController.h
  3. // AIIM
  4. //
  5. // Created by gan on 2025/4/21.
  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