summaryrefslogtreecommitdiff
path: root/platform/darwin/src/NSNumber+MGLStyleAttributeAdditions_Private.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/darwin/src/NSNumber+MGLStyleAttributeAdditions_Private.h')
-rw-r--r--platform/darwin/src/NSNumber+MGLStyleAttributeAdditions_Private.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/platform/darwin/src/NSNumber+MGLStyleAttributeAdditions_Private.h b/platform/darwin/src/NSNumber+MGLStyleAttributeAdditions_Private.h
deleted file mode 100644
index 73e40bb3ad..0000000000
--- a/platform/darwin/src/NSNumber+MGLStyleAttributeAdditions_Private.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#import <Foundation/Foundation.h>
-
-#import "MGLStyleAttributeValue.h"
-
-#include <mbgl/style/property_value.hpp>
-
-@interface NSNumber (MGLStyleAttributeAdditions_Private) <MGLStyleAttributeValue>
-
-- (mbgl::style::PropertyValue<bool>)mbgl_booleanPropertyValue;
-
-- (mbgl::style::PropertyValue<float>)mbgl_numberPropertyValue;
-
-@end