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