Stub out ASCollectionDataController subclass

This commit is contained in:
Levi McCallum
2015-09-22 23:41:43 -07:00
committed by Levi McCallum
parent e492770aed
commit e9eadac4ae
9 changed files with 142 additions and 21 deletions

View File

@@ -40,7 +40,7 @@ typedef NSUInteger ASDataControllerAnimationOptions;
/**
Fetch the number of sections.
*/
- (NSUInteger)dataControllerNumberOfSections:(ASDataController *)dataController;
- (NSUInteger)numberOfSectionsInDataController:(ASDataController *)dataController;
/**
Lock the data source for data fetching.