SelectCell.h 528 B

12345678910111213141516171819202122232425
  1. //
  2. // SelectCell.h
  3. // jiaPeiC
  4. //
  5. // Created by apple on 16/7/1.
  6. // Copyright © 2016年 JCZ. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface SelectCell : UICollectionViewCell
  10. @property (nonatomic, assign) BOOL isDelete;
  11. @property (nonatomic, retain) UIImageView *imageView;
  12. @property (nonatomic, retain) UIView *selectView;
  13. @property (nonatomic, retain) UILabel *timeLabel;
  14. @property (nonatomic, retain) UILabel *kemuLabel;
  15. @property (nonatomic, retain) UILabel *styleLabel;
  16. @end