12345678910111213141516171819 |
- //
- // HSQTimeLineChannelCell.h
- // YouHuiProject
- //
- // Created by 小花 on 2019/1/3.
- // Copyright © 2019年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "HSQTimeLineChannelModel.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface HSQTimeLineChannelCell : UICollectionViewCell
- @property (nonatomic, strong) HSQTimeLineChannelModel *model;
- @end
- NS_ASSUME_NONNULL_END
|