Classes/KMLViewerAppDelegate.m
/* |
Copyright (C) 2015 Apple Inc. All Rights Reserved. |
See LICENSE.txt for this sample’s licensing information |
Abstract: |
Delegate for the application. Simply sets up the KMLViewerViewController in a window. |
*/ |
#import "KMLViewerAppDelegate.h" |
@implementation KMLViewerAppDelegate |
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { |
// Override point for customization after application launch. |
return YES; |
} |
@end |
Copyright © 2015 Apple Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2015-09-24