summaryrefslogtreecommitdiff
path: root/platform/ios/src/MGLNativeInterfaceReceiver.h
blob: 367adf9f3ff52443834ae6b8de10ec33eb7ad0bb (plain)
1
2
3
4
5
6
7
8
#import <Foundation/Foundation.h>
#include <mbgl/interface/native_apple_interface.h>

@interface MGLNativeInterfaceReceiver : NSObject <MGLNativeAppleInterfaceDelegate>

+ (MGLNativeInterfaceReceiver *)shared;

@end