summaryrefslogtreecommitdiff
path: root/platform/ios/src/MGLNativeInterfaceReceiver.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/src/MGLNativeInterfaceReceiver.h')
-rw-r--r--platform/ios/src/MGLNativeInterfaceReceiver.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/platform/ios/src/MGLNativeInterfaceReceiver.h b/platform/ios/src/MGLNativeInterfaceReceiver.h
new file mode 100644
index 0000000000..367adf9f3f
--- /dev/null
+++ b/platform/ios/src/MGLNativeInterfaceReceiver.h
@@ -0,0 +1,8 @@
+#import <Foundation/Foundation.h>
+#include <mbgl/interface/native_apple_interface.h>
+
+@interface MGLNativeInterfaceReceiver : NSObject <MGLNativeAppleInterfaceDelegate>
+
++ (MGLNativeInterfaceReceiver *)shared;
+
+@end