// // FishControlSecondCell.h // Ifish // // Created by imac on 16/6/29. // Copyright © 2016年 lianxiang. All rights reserved. // #import @interface FishControlSecondCell : UICollectionViewCell @property (nonatomic,strong) UILabel *templabel; @property (nonatomic,strong) UILabel *sheshiFu; -(void)setTemWith:(NSString *)temp; @end