Classes/KMLViewerAppDelegate.h

/*
 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 UIKit;
 
@interface KMLViewerAppDelegate : NSObject <UIApplicationDelegate>
 
@property (nonatomic, strong) UIWindow *window;
 
@end