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

@@ -117,7 +117,7 @@
@optional
- (void)collectionView:(UICollectionView *)collectionView willDisplayNodeForItemAtIndexPath:(NSIndexPath *)indexPath;
- (void)collectionView:(UICollectionView *)collectionView didEndDisplayingNodeForItemAtIndexPath:(NSIndexPath*)indexPath;
- (void)collectionView:(ASCollectionView *)collectionView willDisplayNodeForItemAtIndexPath:(NSIndexPath *)indexPath;
- (void)collectionView:(ASCollectionView *)collectionView didEndDisplayingNodeForItemAtIndexPath:(NSIndexPath*)indexPath;
@end