一折买app------返利---------返利宝

YZMAScrollChildCollectionViewCell.h 614B

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