root/apps/templates/ios/AppDelegate.h

/* [<][>][^][v][top][bottom][index][help] */
//
//  Created by abstephens on 1/20/15.
//  Copyright (c) 2015 Google. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@end


/* [<][>][^][v][top][bottom][index][help] */