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

#import <UIKit/UIKit.h>

@interface CalloutDelegateUsageExample : UIViewController

@end