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