Use more specific types for Collection/TableView async delegate params

This commit is contained in:
andyscott
2015-02-05 10:35:07 -08:00
parent e6d7985ac2
commit cc819a7d49
2 changed files with 4 additions and 4 deletions

View File

@@ -122,7 +122,7 @@
@optional
- (void)tableView:(UITableView *)tableView willDisplayNodeForRowAtIndexPath:(NSIndexPath *)indexPath;
- (void)tableView:(UITableView *)tableView didEndDisplayingNodeForRowAtIndexPath:(NSIndexPath*)indexPath;
- (void)tableView:(ASTableView *)tableView willDisplayNodeForRowAtIndexPath:(NSIndexPath *)indexPath;
- (void)tableView:(ASTableView *)tableView didEndDisplayingNodeForRowAtIndexPath:(NSIndexPath*)indexPath;
@end