// // WFCUGroupTableViewController.h // WFChat UIKit // // Created by WF Chat on 2017/9/13. // Copyright © 2017年 WildFireChat. All rights reserved. // #import @interface WFCUGroupTableViewController : UITableViewController @property (nonatomic, strong)NSString *titleString; @property (nonatomic, strong)NSArray *groupIds; @end