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, 0 insertions, 11 deletions
diff --git a/platform/darwin/src/NSString+MGLStyleAttributeAdditions_Private.h b/platform/darwin/src/NSString+MGLStyleAttributeAdditions_Private.h
deleted file mode 100644
index 8e401e2996..0000000000
--- a/platform/darwin/src/NSString+MGLStyleAttributeAdditions_Private.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#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