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

#import <UIKit/UIKit.h>

@interface RuntimeMultipleAnnotationsExample : UIViewController

@end