summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLBaseStyleLayer_Private.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/darwin/src/MGLBaseStyleLayer_Private.h')
-rw-r--r--platform/darwin/src/MGLBaseStyleLayer_Private.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/platform/darwin/src/MGLBaseStyleLayer_Private.h b/platform/darwin/src/MGLBaseStyleLayer_Private.h
new file mode 100644
index 0000000000..e3d43906a4
--- /dev/null
+++ b/platform/darwin/src/MGLBaseStyleLayer_Private.h
@@ -0,0 +1,7 @@
+#import "MGLBaseStyleLayer.h"
+
+@interface MGLBaseStyleLayer (MGLBaseStyleLayer_Private)
+
+- (void)update;
+
+@end