|
//
|
|
// 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
|