Skip to content

Commit

Permalink
结果
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeWicky committed Jun 17, 2020
1 parent 417e5a1 commit a0b979d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions DWTableViewHelper/DWTableViewHelper.m
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,6 @@ -(__kindof DWTableViewHelperModel *)modelFromIndexPath:(NSIndexPath *)indexPath
if (indexPath.row >= self.dataSource.count) {
NSAssert(NO, @"can't fetch model at indexPath(%ld-%ld) for currentDataSource count is %ld",indexPath.section,indexPath.row,self.dataSource.count);
return PlaceHolderCellModelAvoidCrashingGetter();





}
obj = self.dataSource[indexPath.row];
if (![obj isKindOfClass:[DWTableViewHelperModel class]]) {
Expand Down

0 comments on commit a0b979d

Please sign in to comment.