Initial commit
This commit is contained in:
+22
@@ -0,0 +1,22 @@
|
||||
//
|
||||
// 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
|
||||
Reference in New Issue
Block a user