summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLMapboxEventsDelegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/darwin/src/MGLMapboxEventsDelegate.h')
-rw-r--r--platform/darwin/src/MGLMapboxEventsDelegate.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/platform/darwin/src/MGLMapboxEventsDelegate.h b/platform/darwin/src/MGLMapboxEventsDelegate.h
deleted file mode 100644
index 3f76522552..0000000000
--- a/platform/darwin/src/MGLMapboxEventsDelegate.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#import <Foundation/Foundation.h>
-
-NS_ASSUME_NONNULL_BEGIN
-
-@protocol MGLMapboxEventsDelegate <NSObject>
-
-- (BOOL)shouldReceiveEvents;
-- (void)didReceiveEvent:(NSString *)eventName withAttributes:(NSDictionary *)attributes;
-
-@end
-
-NS_ASSUME_NONNULL_END