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