aboutsummaryrefslogtreecommitdiffstats
path: root/platform/ios/demo/Examples/AppDelegate.h
blob: b47f3333b75c5fb8b18a39a187c7689f03ffda79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
//  AppDelegate.h
//  Examples
//
//  Created by Jason Wray on 1/26/16.
//  Copyright © 2016 Mapbox. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface AppDelegate : UIResponder <UIApplicationDelegate>

@property (strong, nonatomic) UIWindow *window;


@end