| 12345678910111213141516171819202122 |
- //
- // GroupEditController.h
- // AIIM
- //
- // Created by gan on 2025/4/21.
- //
- #ifndef GroupEditController_h
- #define GroupEditController_h
- #endif /* GroupEditController_h */
- #import <UIKit/UIKit.h>
- @interface GroupEditController : UIViewController
- @property(nonatomic) NSInteger editType;
- @property(nonatomic,strong) NSString *groupId;
- @end
|