NewGroupController.h 302 B

123456789101112131415161718
  1. //
  2. // NewGroupController.h
  3. // AIIM
  4. //
  5. // Created by gan on 2025/4/21.
  6. //
  7. #ifndef NewGroupController_h
  8. #define NewGroupController_h
  9. #endif /* NewGroupController_h */
  10. #import <UIKit/UIKit.h>
  11. @interface NewGroupController:UIViewController
  12. @property(nonatomic, strong) NSDictionary *groupMsg;
  13. @end