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:
Garrett Moon
2020-06-29 12:49:59 -07:00
committed by GitHub
parent 8e91008b8e
commit c5f69f0b01
111 changed files with 337 additions and 336 deletions
@@ -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