// // NewGroupController.h // AIIM // // Created by gan on 2025/4/21. // #ifndef NewGroupController_h #define NewGroupController_h #endif /* NewGroupController_h */ #import @interface NewGroupController:UIViewController @property(nonatomic, strong) NSDictionary *groupMsg; @end