mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-02-10 21:18:23 +00:00
Merge pull request #4 from toulouse/master
Export ASThread to unbreak the subclass header files
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -6,7 +6,7 @@
|
||||
* of patent rights can be found in the PATENTS file in the same directory.
|
||||
*/
|
||||
|
||||
#import "ASControlNode.h"
|
||||
#import <AsyncDisplayKit/ASControlNode.h>
|
||||
|
||||
@interface ASControlNode (ForSubclassesEyesOnly)
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* of patent rights can be found in the PATENTS file in the same directory.
|
||||
*/
|
||||
|
||||
#import "ASDisplayNode.h"
|
||||
#import <AsyncDisplayKit/ASDisplayNode.h>
|
||||
|
||||
/**
|
||||
@abstract Kinds of events possible for control nodes.
|
||||
|
||||
@@ -8,10 +8,9 @@
|
||||
|
||||
#import <pthread.h>
|
||||
|
||||
#import <AsyncDisplayKit/ASAssert.h>
|
||||
#import <AsyncDisplayKit/ASDisplayNode.h>
|
||||
|
||||
#import "ASAssert.h"
|
||||
#import "ASThread.h"
|
||||
#import <AsyncDisplayKit/ASThread.h>
|
||||
|
||||
//
|
||||
// The following methods either must or can be overriden by subclasses of ASDisplayNode.
|
||||
|
||||
@@ -9,8 +9,8 @@
|
||||
#import <QuartzCore/QuartzCore.h>
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
#import "ASBaseDefines.h"
|
||||
#import "ASDisplayNode.h"
|
||||
#import <AsyncDisplayKit/ASBaseDefines.h>
|
||||
#import <AsyncDisplayKit/ASDisplayNode.h>
|
||||
|
||||
ASDISPLAYNODE_EXTERN_C_BEGIN
|
||||
|
||||
|
||||
@@ -11,11 +11,10 @@
|
||||
// These methods must never be called or overridden by other classes.
|
||||
//
|
||||
|
||||
#import <AsyncDisplayKit/ASDisplayNode.h>
|
||||
|
||||
#import "_ASDisplayLayer.h"
|
||||
#import "_AS-objc-internal.h"
|
||||
#import "ASDisplayNodeExtraIvars.h"
|
||||
#import "ASDisplayNode.h"
|
||||
#import "ASSentinel.h"
|
||||
#import "ASThread.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user