Remove deprecated layout controller methods

This commit is contained in:
Levi McCallum
2015-11-19 11:48:06 -08:00
parent fd24314c69
commit e9a32bfd3c
5 changed files with 3 additions and 49 deletions

View File

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