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