// // CameraBottomCollectionViewCell.h // Ifish // // Created by imac on 16/11/30. // Copyright © 2016年 lianxiang. All rights reserved. // #import @interface CameraBottomCollectionViewCell : UICollectionViewCell @property (weak, nonatomic) IBOutlet UIImageView *kindImage; @property (weak, nonatomic) IBOutlet UILabel *kindName; @property (weak, nonatomic) IBOutlet UIImageView *hotImg; @property (weak, nonatomic) IBOutlet UILabel *detailLabel; @end