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

@@ -63,9 +63,6 @@
#import <AsyncDisplayKit/ASLayoutOptions.h>
#import <AsyncDisplayKit/ASLog.h>
#import <AsyncDisplayKit/ASMutableAttributedStringBuilder.h>
#import <AsyncDisplayKit/ASRangeHandler.h>
#import <AsyncDisplayKit/ASRangeHandlerPreload.h>
#import <AsyncDisplayKit/ASRangeHandlerRender.h>
#import <AsyncDisplayKit/ASThread.h>
#import <AsyncDisplayKit/CGRect+ASConvenience.h>
#import <AsyncDisplayKit/NSMutableAttributedString+TextKitAdditions.h>