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