两折卖----返利app-----返利圈

LZMScrollChildCollectionViewCell.h 608B

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