summaryrefslogtreecommitdiff
path: root/platform/macos/src/MGLMapView.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/macos/src/MGLMapView.h')
-rw-r--r--platform/macos/src/MGLMapView.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/platform/macos/src/MGLMapView.h b/platform/macos/src/MGLMapView.h
index 7c464fe83a..9d44632196 100644
--- a/platform/macos/src/MGLMapView.h
+++ b/platform/macos/src/MGLMapView.h
@@ -35,6 +35,7 @@ typedef NS_OPTIONS(NSUInteger, MGLMapDebugMaskOptions) {
@class MGLAnnotationImage;
@class MGLMapCamera;
+@class MGLStyle;
@protocol MGLAnnotation;
@protocol MGLMapViewDelegate;
@@ -931,6 +932,10 @@ IB_DESIGNABLE
*/
@property (nonatomic) MGLMapDebugMaskOptions debugMask;
+#pragma mark Runtime styling API
+
+- (MGLStyle *)style;
+
@end
NS_ASSUME_NONNULL_END