1234567891011121314151617 |
- //
- // LZMFindMiddleCollectionViewCell.h
- // YouHuiProject
- //
- // Created by xiaoxi on 2018/1/19.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import "LZMCollectionViewCell.h"
- #import "LZMFindChannelModel.h"
- @interface LZMFindMiddleCollectionViewCell : LZMCollectionViewCell
- @property (nonatomic, strong) CALayer *pictureLayer;
- @property (nonatomic, strong) UILabel *nameLabel;
- @property (nonatomic, strong) LZMFindChannelModel *model;
- @end
|