2
0

WFCUGroupTableViewController.h 365 B

1234567891011121314
  1. //
  2. // WFCUGroupTableViewController.h
  3. // WFChat UIKit
  4. //
  5. // Created by WF Chat on 2017/9/13.
  6. // Copyright © 2017年 WildFireChat. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface WFCUGroupTableViewController : UITableViewController
  10. @property (nonatomic, strong)NSString *titleString;
  11. @property (nonatomic, strong)NSArray<NSString *> *groupIds;
  12. @end