ifish/Ifish/controllers/IfishYooseeFile/IfishYooseeControlller/yooseFishTankView/YseeCollectionCell/FishControlThreedViewCell.h

15 lines
281 B
Objective-C

//
// FishControlThreedViewCell.h
// Ifish
//
// Created by imac on 16/6/29.
// Copyright © 2016年 lianxiang. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface FishControlThreedViewCell : UICollectionViewCell
@property(nonatomic,strong) UIImageView *setImg;
@end