summaryrefslogtreecommitdiff
path: root/platform/darwin/src/NSString+MGLStyleAttributeAdditions_Private.h
blob: 8e401e2996d7d71534fb1045bbf8e7f77ccfe405 (plain)
1
2
3
4
5
6
7
8
9
10
11
#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