summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLMapboxEventsDelegate.h
blob: 3f7652255299906f751dc2d76c207ff086c51011 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#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