summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLVectorTileSource_Private.h
diff options
context:
space:
mode:
authorJordan Kiley <jmkiley@users.noreply.github.com>2018-10-15 10:18:50 +0800
committerGitHub <noreply@github.com>2018-10-15 10:18:50 +0800
commite35921e504a94cbe5f8cbc35b15943f1d2e8903f (patch)
treeca56d72727a629f1c100693428d8a7131eb22d0c /platform/darwin/src/MGLVectorTileSource_Private.h
parent7fb29186c87afcd9bcc3abc2458411bb28cc4380 (diff)
downloadqtlocation-mapboxgl-e35921e504a94cbe5f8cbc35b15943f1d2e8903f.tar.gz
[ios] Create a branch that supports iOS 8 (#13036)
* [ios] switched deployment * [ios, macos] started to restore iOS 8 support * [ios] Started to restore iOS 8 support * [ios, macos] Switching storage types * [ios] update iosapp * [ios, macos] fixed a test, documented length is unavailable * [ios] remove safe area from integration test * [ios] Update Changelog, Installation guide, and README * [ios] Addressed Fabian's feedback
Diffstat (limited to 'platform/darwin/src/MGLVectorTileSource_Private.h')
-rw-r--r--platform/darwin/src/MGLVectorTileSource_Private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/darwin/src/MGLVectorTileSource_Private.h b/platform/darwin/src/MGLVectorTileSource_Private.h
index 8d287ae4c4..109f66a432 100644
--- a/platform/darwin/src/MGLVectorTileSource_Private.h
+++ b/platform/darwin/src/MGLVectorTileSource_Private.h
@@ -6,7 +6,7 @@ NS_ASSUME_NONNULL_BEGIN
@property (nonatomic, readonly, getter=isMapboxStreets) BOOL mapboxStreets;
-+ (NSSet<NSString *> *)mapboxStreetsLanguages;
++ (NS_SET_OF(NSString *) *)mapboxStreetsLanguages;
+ (nullable NSString *)preferredMapboxStreetsLanguage;
+ (nullable NSString *)preferredMapboxStreetsLanguageForPreferences:(NSArray<NSString *> *)preferencesArray;