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