// // LightingCell.h // jiaPei // // Created by apple on 16/1/18. // Copyright © 2016年 JCZ. All rights reserved. // #import @interface LightingCell : UICollectionViewCell /**1表示被点击 处于播放模式 0未点击 */ @property (nonatomic, assign) BOOL isMySelected; @property (nonatomic, retain) UIImageView *imgView; @property (nonatomic, retain) UILabel *titleLabel; @end