GroupListController.h 304 B

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