GroupController.h 337 B

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