FriendListController.h 310 B

123456789101112131415161718
  1. //
  2. // FriendListController.h
  3. // AIIM
  4. //
  5. // Created by gan on 2025/4/6.
  6. //
  7. #ifndef FriendListController_h
  8. #define FriendListController_h
  9. #endif /* FriendListController_h */
  10. #import <UIKit/UIKit.h>
  11. @interface FriendListController : UIViewController
  12. @property(nonatomic, strong) NSArray *friendlist;
  13. @end