// // FriendListController.h // AIIM // // Created by gan on 2025/4/6. // #ifndef FriendListController_h #define FriendListController_h #endif /* FriendListController_h */ #import @interface FriendListController : UIViewController @property(nonatomic, strong) NSArray *friendlist; @end