ifish/Ifish/controllers/IfishTabControllers/探索/IfishLive/IfishLivelist/KankanListCollectionViewCell.h

23 lines
659 B
Objective-C

//
// KankanListCollectionViewCell.h
// Ifish
//
// Created by imac on 16/11/8.
// Copyright © 2016年 lianxiang. All rights reserved.
//
#import <UIKit/UIKit.h>
#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