mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Minor changes: remove unncessary imports and add a new line ad the end of ASInternalHelpers.h
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
#import "ASDisplayNodeInternal.h"
|
||||
|
||||
#import <objc/runtime.h>
|
||||
#import <stack>
|
||||
|
||||
#import "_ASAsyncTransaction.h"
|
||||
#import "_ASPendingState.h"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -19,8 +19,6 @@
|
||||
#import "ASTextNodeRenderer.h"
|
||||
#import "ASTextNodeShadower.h"
|
||||
|
||||
#import "ASLayoutSpec.h"
|
||||
|
||||
static const NSTimeInterval ASTextNodeHighlightFadeOutDuration = 0.15;
|
||||
static const NSTimeInterval ASTextNodeHighlightFadeInDuration = 0.1;
|
||||
static const CGFloat ASTextNodeHighlightLightOpacity = 0.11;
|
||||
|
||||
@@ -12,8 +12,6 @@
|
||||
|
||||
#import "ASBackgroundLayoutSpec.h"
|
||||
#import "ASInsetLayoutSpec.h"
|
||||
#import "ASStaticLayoutSpec.h"
|
||||
|
||||
|
||||
typedef NS_OPTIONS(NSUInteger, ASInsetLayoutSpecTestEdge) {
|
||||
ASInsetLayoutSpecTestEdgeTop = 1 << 0,
|
||||
|
||||
Reference in New Issue
Block a user