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