Export ASThread to unbreak the subclass header files

Summary:
* Moves ASThread.h from Private to Public visibility
* Moves ASThread.h from Private/ to Details/
* Changes public #imports from "" to <>

Test Plan:
```
#import <AsyncDisplayKit/ASDisplayNode+Subclasses.h>
#import <AsyncDisplayKit/ASControlNode+Subclasses.h>
```
This commit is contained in:
Andrew Toulouse
2014-07-16 14:30:17 -07:00
parent 291fa885cc
commit 0741f89a55
7 changed files with 845 additions and 3182 deletions

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)