ADGame/ADGame/AppDelegate.h
/* |
Copyright (C) 2015 Apple Inc. All Rights Reserved. |
See LICENSE.txt for this sample’s licensing information |
Abstract: |
The application delegate class used for setting up our data model and state restoration. |
*/ |
@interface AppDelegate : NSObject <UIApplicationDelegate> |
@property (nonatomic, strong) UIWindow *window; |
@end |
Copyright © 2015 Apple Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2015-08-13