12345678910111213 |
- //
- // WFCUSearchGroupTableViewCell.h
- // WFChat UIKit
- //
- // Created by WF Chat on 2017/9/13.
- // Copyright © 2017年 WildFireChat. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import <WFChatClient/WFCChatClient.h>
- @interface WFCUSearchGroupTableViewCell : UITableViewCell
- @property (nonatomic, strong)WFCCGroupSearchInfo *groupSearchInfo;
- @end
|