新UI马甲包

HCScrollChildCollectionViewCell.h 587B

1234567891011121314151617181920
  1. //
  2. // HCScrollChildCollectionViewCell.h
  3. // hc
  4. //
  5. // Created by xiaoxi on 2018/1/17.
  6. // Copyright © 2018年 hc. All rights reserved.
  7. //
  8. #import "HCCollectionViewCell.h"
  9. #import "HCChildGoodModel.h"
  10. @interface HCScrollChildCollectionViewCell : HCCollectionViewCell
  11. @property (nonatomic, strong) HCChildGoodModel *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