mirror of
https://github.com/zhigang1992/RETableViewManager.git
synced 2026-06-16 21:21:49 +08:00
Formatting fix
This commit is contained in:
@@ -324,9 +324,8 @@
|
||||
|
||||
- (void)tableView:(UITableView *)tableView didEndDisplayingCell:(UITableViewCell *)cell forRowAtIndexPath:(NSIndexPath*)indexPath
|
||||
{
|
||||
if ([cell isKindOfClass:[RETableViewCell class]]) {
|
||||
if ([cell isKindOfClass:[RETableViewCell class]])
|
||||
[(RETableViewCell *)cell cellDidDisappear];
|
||||
}
|
||||
}
|
||||
|
||||
#pragma mark -
|
||||
|
||||
Reference in New Issue
Block a user