summaryrefslogtreecommitdiff
path: root/platform/ios/app/MBXCustomCalloutView.h
blob: a61619b79ff6e1cc22e505fc49cedbe6dea3ff3c (plain)
1
2
3
4
5
6
7
8
9
10
#import <UIKit/UIKit.h>
#import <Mapbox/Mapbox.h>

/**
 * Basic custom callout view to demonstrate how to
 * add your own on your app. Will only show the
 * callout title for demonstration purpose.
 */
@interface MBXCustomCalloutView : UIView <MGLCalloutView>
@end