新UI马甲包

HCNineNineHeaderCollectionViewCell.h 403B

12345678910111213141516
  1. //
  2. // HCNineNineHeaderCollectionViewCell.h
  3. // hc
  4. //
  5. // Created by xiaoxi on 2018/1/18.
  6. // Copyright © 2018年 hc. All rights reserved.
  7. //
  8. #import "HCCollectionViewCell.h"
  9. #import "HCNineNineModel.h"
  10. @interface HCNineNineHeaderCollectionViewCell : HCCollectionViewCell
  11. @property (nonatomic, strong) CALayer *pictureLayer;
  12. @property (nonatomic, strong) YHNineNineHeaderCollectionModel *model;
  13. @end