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