// // KankanListCollectionViewCell.h // Ifish // // Created by imac on 16/11/8. // Copyright © 2016年 lianxiang. All rights reserved. // #import #import "IfishKankanListModel.h" @interface KankanListCollectionViewCell : UICollectionViewCell @property (weak, nonatomic) IBOutlet UIImageView *faceImg; @property (weak, nonatomic) IBOutlet UILabel *userNameLabel; @property (weak, nonatomic) IBOutlet UILabel *roomDesc; -(void)loadDataAt:(NSIndexPath *)indexPath withListModel:(IfishKankanListModel*)model; @property (weak, nonatomic) IBOutlet UIImageView *renZhengImg; @property (weak, nonatomic) IBOutlet UILabel *punlunNumber; @end