2
0

WFCUCreateGroupViewController.h 411 B

123456789101112131415
  1. //
  2. // CreateGroupViewController.h
  3. // WFChat UIKit
  4. //
  5. // Created by WF Chat on 2017/9/14.
  6. // Copyright © 2017年 WildFireChat. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface WFCUCreateGroupViewController : UIViewController
  10. @property(nonatomic, strong)NSMutableArray<NSString *> *memberIds;
  11. @property(nonatomic, assign)BOOL isModifyPortrait;
  12. @property(nonatomic, strong)NSString *groupId;
  13. @end