summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLMetricsManager_Private.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/darwin/src/MGLMetricsManager_Private.h')
-rw-r--r--platform/darwin/src/MGLMetricsManager_Private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/darwin/src/MGLMetricsManager_Private.h b/platform/darwin/src/MGLMetricsManager_Private.h
index 4a32710925..a2b2d9548c 100644
--- a/platform/darwin/src/MGLMetricsManager_Private.h
+++ b/platform/darwin/src/MGLMetricsManager_Private.h
@@ -2,11 +2,11 @@
NS_ASSUME_NONNULL_BEGIN
-extern NSString *const kMGLPerformanceMetric;
+FOUNDATION_EXTERN MGL_EXPORT NSString *const kMGLPerformanceMetric;
@interface MGLMetricsManager (Private)
-- (void)handleMetricEvent:(MGLMetricType)metricType withAttributes:(NSDictionary *)attributes;
+- (void)handleMetricsEvent:(MGLMetricType)metricType withAttributes:(NSDictionary *)attributes;
@end