mirror of
https://github.com/TextureGroup/Texture.git
synced 2026-04-07 19:17:39 +00:00
Renames AS_EXTERN and ASViewController (#1876)
* Renames AS_EXTERN and ASViewController To ASDK_EXTERN and ASDKViewController. This is to avoid conflicting with AuthenticationServices in Xcode 12 * Fix up examples and docs * Add bit about updating ASViewController rename
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
#import <AsyncDisplayKit/AsyncDisplayKit.h>
|
||||
|
||||
@interface LayoutExampleViewController : ASViewController
|
||||
@interface LayoutExampleViewController : ASDKViewController
|
||||
- (instancetype)initWithLayoutExampleClass:(Class)layoutExampleClass NS_DESIGNATED_INITIALIZER;
|
||||
- (instancetype)initWithNode:(ASDisplayNode *)node NS_UNAVAILABLE;
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user