summaryrefslogtreecommitdiff
path: root/platform/darwin/src/NSNumber+MGLStyleAttributeAdditions_Private.hpp
blob: 73e40bb3ad45370fa4aa5601b33b51ede263480b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#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