// // FriendController.h // AIIM // // Created by gan on 2025/4/20. // #ifndef FriendController_h #define FriendController_h #endif /* FriendController_h */ #import @interface FriendController : UIViewController @property(nonatomic, strong) NSDictionary *friendMsg; @property(nonatomic, strong) NSString *friendId; @end