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

@@ -344,10 +344,4 @@
*/
- (BOOL)shouldBatchFetchForTableView:(ASTableView *)tableView;
@end
@interface ASTableView (Deprecated)
@property (nonatomic, assign) ASRangeTuningParameters rangeTuningParameters ASDISPLAYNODE_DEPRECATED;
@end
@end