GroupEditController.h 347 B

12345678910111213141516171819202122
  1. //
  2. // GroupEditController.h
  3. // AIIM
  4. //
  5. // Created by gan on 2025/4/21.
  6. //
  7. #ifndef GroupEditController_h
  8. #define GroupEditController_h
  9. #endif /* GroupEditController_h */
  10. #import <UIKit/UIKit.h>
  11. @interface GroupEditController : UIViewController
  12. @property(nonatomic) NSInteger editType;
  13. @property(nonatomic,strong) NSString *groupId;
  14. @end