Classes/VideoSnakeAppDelegate.m
/* |
<codex/> |
*/ |
#import "VideoSnakeAppDelegate.h" |
#import "VideoSnakeViewController.h" |
@implementation VideoSnakeAppDelegate |
- (void)dealloc |
{ |
[_window release]; |
[super dealloc]; |
} |
@end |
Copyright © 2016 Apple Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2016-09-28