Merge pull request #868 from levi/levi/remove-deprecated

Clean up syntax and organization of ASRangeController
This commit is contained in:
appleguy
2015-11-23 21:24:58 -08:00
9 changed files with 186 additions and 209 deletions

View File

@@ -429,10 +429,4 @@
*/
- (CGSize)collectionView:(ASCollectionView *)collectionView layout:(UICollectionViewLayout *)collectionViewLayout referenceSizeForFooterInSection:(NSInteger)section;
@end
@interface ASCollectionView (Deprecated)
@property (nonatomic, assign) ASRangeTuningParameters rangeTuningParameters ASDISPLAYNODE_DEPRECATED;
@end
@end