// // GroupGonggaoController.h // AIIM // // Created by gan on 2025/5/2. // #ifndef GroupGonggaoController_h #define GroupGonggaoController_h #endif /* GroupGonggaoController_h */ #import @interface GroupGonggaoController : UIViewController @property(nonatomic) NSInteger editType; @property(nonatomic,strong) NSString *groupId; @property(nonatomic,strong) NSString *gonggao; @end