Address comments.

This commit is contained in:
Rahul Malik
2016-02-04 14:29:50 -08:00
parent 521c3fa1c1
commit c4f489b074
15 changed files with 100 additions and 197 deletions

View File

@@ -25,7 +25,8 @@
return [[ASCellNode alloc] init];
}
- (ASDataControllerCellNodeBlock)collectionView:(ASCollectionView *)collectionView nodeBlockAtIndexPath:(NSIndexPath *)indexPath {
- (ASCellNodeBlock)collectionView:(ASCollectionView *)collectionView nodeBlockAtIndexPath:(NSIndexPath *)indexPath
{
return ^{ return [[ASCellNode alloc] init]; };
}