FriendController.h 344 B

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