From 7de7f9dc918c3faf2dde3240698b76a97f3e8408 Mon Sep 17 00:00:00 2001 From: Fredrik Karlsson Date: Thu, 18 Aug 2016 17:33:23 +0200 Subject: [ios, macos] fixes #6056 backwards compatibility macro (#6075) --- platform/darwin/src/MGLStyleAttributeFunction.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform') 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 -@property (nonatomic, copy) NSDictionary *stops; +@property (nonatomic, copy) NS_DICTIONARY_OF(NSNumber *, id) *stops; @property (nonatomic, copy, nullable) NSString *property; -- cgit v1.2.1