12345678910111213141516 |
- #import <UIKit/UIKit.h>
- #import <WFChatClient/WFCChatClient.h>
- @interface WFCUConversationSettingMemberCell : UICollectionViewCell
- @property(nonatomic, strong) UIImageView *headerImageView;
- @property(nonatomic, strong) UILabel *nameLabel;
- - (void)setModel:(NSObject *)model withType:(WFCCConversationType)type;
- @end
|