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,6 +9,6 @@
|
||||
|
||||
#import <AsyncDisplayKit/AsyncDisplayKit.h>
|
||||
|
||||
@interface TableViewController : ASViewController<ASTableNode *>
|
||||
@interface TableViewController : ASDKViewController<ASTableNode *>
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user