// // HSQTimeLineTableCell.h // YouHuiProject // // Created by 小花 on 2018/12/27. // Copyright © 2018年 kuxuan. All rights reserved. // #import #import "HSQTimeLineModel.h" NS_ASSUME_NONNULL_BEGIN @interface HSQTimeLineTableCell : UITableViewCell + (instancetype)cellWithTableView:(UITableView *)tableView; @property (nonatomic, strong) HSQTimeLineModel *model; @property (nonatomic, copy) void (^shareClickBlock)(void); @property (nonatomic, copy) void (^tapBlock)(void); @end NS_ASSUME_NONNULL_END