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,6 +9,6 @@
#import <AsyncDisplayKit/AsyncDisplayKit.h>
@interface TableViewController : ASViewController<ASTableNode *>
@interface TableViewController : ASDKViewController<ASTableNode *>
@end