Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 273 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 273 Bytes

JHTableViewCell

UITableViewCell 封装


Usage

  • 1.继承:JHTableViewCell
  • 2.子类实现方法:- (void)jhSetupViews;
  • 3.调用方法获取实例:+ (instancetype)cellWithTableView:(UITableView *)tableView;

Logs

2019-05-10

  • upload.