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