summaryrefslogtreecommitdiff
path: root/platform/darwin/src/NSValue+MGLStyleAttributeAdditions_Private.hpp
blob: 5bca9407ac5252b37629221d4d6b0f30f603f900 (plain)
1
2
3
4
5
6
7
8
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