summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLEventsManager_Private.h
blob: f51768ecb1be1634a78076143463c8e8014bd7bf (plain)
1
2
3
4
5
6
7
8
9
10
11
#import "MGLEventsManager.h"

NS_ASSUME_NONNULL_BEGIN

@interface MGLEventsManager (Private)

- (void)handleEvent:(NSString *)eventName withAttributes:(NSDictionary *)attributes;

@end

NS_ASSUME_NONNULL_END