-(CGFloat)tableView:(UITableView*)tableView heightForRowAtIndexPath:(NSIndexPath*)indexPath{
//一句话搞定cell高度自适应
return [self cellHeightForIndexPath:indexPath cellContentViewWidth:WIDTH tableView:tableView];
}
-(CGFloat)tableView:(UITableView*)tableView heightForRowAtIndexPath:(NSIndexPath*)indexPath{
//一句话搞定cell高度自适应
return [self cellHeightForIndexPath:indexPath cellContentViewWidth:WIDTH tableView:tableView];
}