Merge pull request #4 from toulouse/master

Export ASThread to unbreak the subclass header files
This commit is contained in:
Nadine Salter
2014-07-17 12:52:17 -07:00
7 changed files with 845 additions and 3182 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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)

View File

@@ -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.

View File

@@ -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.

View File

@@ -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

View File

@@ -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"