[General] Remove dead code, check optional protocol selector before calling (#1970)

This commit is contained in:
Adlai Holler
2016-07-22 13:09:28 -07:00
committed by GitHub
parent 050fb626fa
commit 7ec6f07953
8 changed files with 6 additions and 58 deletions

View File

@@ -130,8 +130,6 @@ NS_ASSUME_NONNULL_BEGIN
*/
- (ASInterfaceState)interfaceStateForRangeController:(ASRangeController *)rangeController;
- (NSArray *)rangeController:(ASRangeController *)rangeController nodesAtIndexPaths:(NSArray *)indexPaths;
- (ASDisplayNode *)rangeController:(ASRangeController *)rangeController nodeAtIndexPath:(NSIndexPath *)indexPath;
- (NSArray<NSArray <ASCellNode *> *> *)completedNodes;