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 "ASDisplayNodeInternal.h"
|
||||||
|
|
||||||
#import <objc/runtime.h>
|
#import <objc/runtime.h>
|
||||||
#import <stack>
|
|
||||||
|
|
||||||
#import "_ASAsyncTransaction.h"
|
#import "_ASAsyncTransaction.h"
|
||||||
#import "_ASPendingState.h"
|
#import "_ASPendingState.h"
|
||||||
|
|||||||
@@ -16,8 +16,6 @@
|
|||||||
#import "ASTextNodeWordKerner.h"
|
#import "ASTextNodeWordKerner.h"
|
||||||
#import "ASThread.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.
|
//! @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
|
@interface _ASDisabledPanUITextView : UITextView
|
||||||
@end
|
@end
|
||||||
|
|||||||
@@ -19,8 +19,6 @@
|
|||||||
#import "ASTextNodeRenderer.h"
|
#import "ASTextNodeRenderer.h"
|
||||||
#import "ASTextNodeShadower.h"
|
#import "ASTextNodeShadower.h"
|
||||||
|
|
||||||
#import "ASLayoutSpec.h"
|
|
||||||
|
|
||||||
static const NSTimeInterval ASTextNodeHighlightFadeOutDuration = 0.15;
|
static const NSTimeInterval ASTextNodeHighlightFadeOutDuration = 0.15;
|
||||||
static const NSTimeInterval ASTextNodeHighlightFadeInDuration = 0.1;
|
static const NSTimeInterval ASTextNodeHighlightFadeInDuration = 0.1;
|
||||||
static const CGFloat ASTextNodeHighlightLightOpacity = 0.11;
|
static const CGFloat ASTextNodeHighlightLightOpacity = 0.11;
|
||||||
|
|||||||
@@ -25,4 +25,4 @@ CGFloat ASCeilPixelValue(CGFloat f);
|
|||||||
|
|
||||||
CGFloat ASRoundPixelValue(CGFloat f);
|
CGFloat ASRoundPixelValue(CGFloat f);
|
||||||
|
|
||||||
ASDISPLAYNODE_EXTERN_C_END
|
ASDISPLAYNODE_EXTERN_C_END
|
||||||
|
|||||||
@@ -12,8 +12,6 @@
|
|||||||
|
|
||||||
#import "ASBackgroundLayoutSpec.h"
|
#import "ASBackgroundLayoutSpec.h"
|
||||||
#import "ASInsetLayoutSpec.h"
|
#import "ASInsetLayoutSpec.h"
|
||||||
#import "ASStaticLayoutSpec.h"
|
|
||||||
|
|
||||||
|
|
||||||
typedef NS_OPTIONS(NSUInteger, ASInsetLayoutSpecTestEdge) {
|
typedef NS_OPTIONS(NSUInteger, ASInsetLayoutSpecTestEdge) {
|
||||||
ASInsetLayoutSpecTestEdgeTop = 1 << 0,
|
ASInsetLayoutSpecTestEdgeTop = 1 << 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user