12345678910111213141516 |
- //
- // YZMANineNineHeaderCollectionViewCell.h
- // YouHuiProject
- //
- // Created by xiaoxi on 2018/1/18.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import "YZMACollectionViewCell.h"
- #import "YZMANineNineModel.h"
- @interface YZMANineNineHeaderCollectionViewCell : YZMACollectionViewCell
- @property (nonatomic, strong) CALayer *pictureLayer;
- @property (nonatomic, strong) YHNineNineHeaderCollectionModel *model;
- @end
|