Formatting fix

This commit is contained in:
Roman Efimov
2013-06-18 11:19:32 -05:00
parent 23d5fc85cb
commit bf023936a9

View File

@@ -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 -