Remove ASRangeHandler protocol with all classes that implement it

With the move to the new ASRangeController we don't need the ASRangeHandler protocol anymore
This commit is contained in:
Michael Schneider
2016-02-08 12:57:05 -08:00
parent fa2a058585
commit 28207c678d
10 changed files with 0 additions and 253 deletions

View File

@@ -12,9 +12,6 @@
#import "ASDisplayNodeExtras.h"
#import "ASDisplayNodeInternal.h"
#import "ASMultiDimensionalArrayUtils.h"
#import "ASRangeHandlerVisible.h"
#import "ASRangeHandlerRender.h"
#import "ASRangeHandlerPreload.h"
#import "ASInternalHelpers.h"
#import "ASDisplayNode+FrameworkPrivate.h"