summaryrefslogtreecommitdiff
path: root/platform/darwin/src/NSString+MGLStyleAttributeAdditions_Private.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/darwin/src/NSString+MGLStyleAttributeAdditions_Private.h')
-rw-r--r--platform/darwin/src/NSString+MGLStyleAttributeAdditions_Private.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/platform/darwin/src/NSString+MGLStyleAttributeAdditions_Private.h b/platform/darwin/src/NSString+MGLStyleAttributeAdditions_Private.h
new file mode 100644
index 0000000000..8e401e2996
--- /dev/null
+++ b/platform/darwin/src/NSString+MGLStyleAttributeAdditions_Private.h
@@ -0,0 +1,11 @@
+#import <Foundation/Foundation.h>
+
+#import "MGLStyleAttributeValue.h"
+
+#include <mbgl/style/property_value.hpp>
+
+@interface NSString (MGLStyleAttributeAdditions_Private) <MGLStyleAttributeValue>
+
+- (mbgl::style::PropertyValue<std::string>)mbgl_stringPropertyValue;
+
+@end