口袋优选

KBScrollChildCollectionViewCell.h 602B

1234567891011121314151617181920
  1. //
  2. // KBScrollChildCollectionViewCell.h
  3. // YouHuiProject
  4. //
  5. // Created by xiaoxi on 2018/1/17.
  6. // Copyright © 2018年 kuxuan. All rights reserved.
  7. //
  8. #import "KBCollectionViewCell.h"
  9. #import "KBChildGoodModel.h"
  10. @interface KBScrollChildCollectionViewCell : KBCollectionViewCell
  11. @property (nonatomic, strong) KBChildGoodModel *model;
  12. @property (nonatomic, strong) CALayer *pictureLayer;
  13. @property (nonatomic, strong) UILabel *topLabel;
  14. @property (nonatomic, strong) UILabel *middleLabel;
  15. @property (nonatomic, strong) UILabel *bottomLabel;
  16. @property (nonatomic, strong) UILabel *priceLabel;
  17. @end