mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user