// // ConversationSettingMemberCell.h // WFChat UIKit // // Created by WF Chat on 2017/11/3. // Copyright © 2017年 WildFireChat. All rights reserved. // #import #import @interface WFCUConversationSettingMemberCell : UICollectionViewCell @property(nonatomic, strong) UIImageView *headerImageView; @property(nonatomic, strong) UILabel *nameLabel; - (void)setModel:(NSObject *)model withType:(WFCCConversationType)type; @end