Classes/VideoSnakeAppDelegate.h
/* |
<codex> |
<abstract>Application delegate</abstract> |
</codex> |
*/ |
#import <UIKit/UIKit.h> |
@interface VideoSnakeAppDelegate : UIResponder <UIApplicationDelegate> |
@property (nonatomic, retain) UIWindow *window; |
@end |
Copyright © 2016 Apple Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2016-09-28