12345678910111213141516 |
- #import <UIKit/UIKit.h>
- #import <WFChatClient/WFCChatClient.h>
- @interface ChatroomItemCell : UICollectionViewCell
- @property(nonatomic, strong)UIImageView *portraitIV;
- @property(nonatomic, strong)UILabel *titleLable;
- @property(nonatomic, strong)WFCCChatroomInfo *chatroomInfo;
- @end
|