summaryrefslogtreecommitdiff
path: root/ios/app/MBXCustomCalloutView.h
blob: 7f0a61bae377ee96549d92dc6103f971f2707d67 (plain)
1
2
3
4
5
6
7
8
9
10
#import <UIKit/UIKit.h>
#import <mbgl/ios/MGLCalloutView.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