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