summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
Diffstat (limited to 'platform')
-rw-r--r--platform/darwin/src/MGLStyleAttributeFunction.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/darwin/src/MGLStyleAttributeFunction.h b/platform/darwin/src/MGLStyleAttributeFunction.h
index 4372525c38..71e15a3213 100644
--- a/platform/darwin/src/MGLStyleAttributeFunction.h
+++ b/platform/darwin/src/MGLStyleAttributeFunction.h
@@ -8,7 +8,7 @@ NS_ASSUME_NONNULL_BEGIN
@interface MGLStyleAttributeFunction : NSObject <MGLStyleAttributeValue>
-@property (nonatomic, copy) NSDictionary<NSNumber *, id> *stops;
+@property (nonatomic, copy) NS_DICTIONARY_OF(NSNumber *, id) *stops;
@property (nonatomic, copy, nullable) NSString *property;