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