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

#import <UIKit/UIKit.h>

@interface AnnotationViewExample : UIViewController

@end