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