Minor changes: remove unncessary imports and add a new line ad the end of ASInternalHelpers.h

This commit is contained in:
Huy Nguyen
2015-07-01 18:36:36 +07:00
parent 2a3753516a
commit af64f33ed7
5 changed files with 1 additions and 8 deletions

View File

@@ -16,8 +16,6 @@
#import "ASTextNodeWordKerner.h"
#import "ASThread.h"
#import "ASLayoutSpec.h"
//! @abstract This subclass exists solely to ensure the text view's panGestureRecognizer never begins, because it's sporadically enabled by UITextView. It will be removed pending rdar://14729288.
@interface _ASDisabledPanUITextView : UITextView
@end