线上所有马甲包模板,与《猎豆》同UI。域名zhuadd

HSQTimeLineTableCell.h 529B

12345678910111213141516171819202122
  1. //
  2. // HSQTimeLineTableCell.h
  3. // YouHuiProject
  4. //
  5. // Created by 小花 on 2018/12/27.
  6. // Copyright © 2018年 kuxuan. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "HSQTimeLineModel.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface HSQTimeLineTableCell : UITableViewCell
  12. + (instancetype)cellWithTableView:(UITableView *)tableView;
  13. @property (nonatomic, strong) HSQTimeLineModel *model;
  14. @property (nonatomic, copy) void (^shareClickBlock)(void);
  15. @property (nonatomic, copy) void (^tapBlock)(void);
  16. @end
  17. NS_ASSUME_NONNULL_END