// // addFriendController.h // AIIM // // Created by gan on 2025/6/25. // #ifndef addFriendController_h #define addFriendController_h #endif /* addFriendController_h */ #import @interface addFriendController : UIViewController @property(nonatomic, strong) NSDictionary *friendMsg; @end