// // EXFriendController.h // AIIM // // Created by gan on 2025/4/21. // #ifndef EXFriendController_h #define EXFriendController_h #endif /* EXFriendController_h */ #import @interface EXFriendController : UIViewController @property(nonatomic, strong) NSDictionary *friendMsg; @end