17 lines
418 B
Objective-C
17 lines
418 B
Objective-C
//
|
|
// CameraBottomCollectionViewCell.h
|
|
// Ifish
|
|
//
|
|
// Created by imac on 16/11/30.
|
|
// Copyright © 2016年 lianxiang. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface CameraBottomCollectionViewCell : UICollectionViewCell
|
|
@property (weak, nonatomic) IBOutlet UIImageView *kindImage;
|
|
@property (weak, nonatomic) IBOutlet UILabel *kindName;
|
|
@property (weak, nonatomic) IBOutlet UIImageView *hotImg;
|
|
|
|
@end
|