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

#import <UIKit/UIKit.h>

@interface SimpleMapViewExample : UIViewController

@end