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