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
@@ -7,8 +7,8 @@
// Licensed under Apache 2.0: http://www.apache.org/licenses/LICENSE-2.0
//
#import <AsyncDisplayKit/ASViewController.h>
#import <AsyncDisplayKit/ASDKViewController.h>
@interface AsyncViewController : ASViewController <UITabBarControllerDelegate>
@interface AsyncViewController : ASDKViewController <UITabBarControllerDelegate>
@end