From 2c7569b879eb2bc9438a17226b333392052dd2db Mon Sep 17 00:00:00 2001 From: Fredrik Karlsson Date: Mon, 3 Oct 2016 11:33:38 +0200 Subject: [ios, macos] features and annotations now conforms to NSSecureCoding --- platform/ios/src/MGLUserLocation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform/ios/src/MGLUserLocation.h') diff --git a/platform/ios/src/MGLUserLocation.h b/platform/ios/src/MGLUserLocation.h index f2243815cf..1a27d31dd4 100644 --- a/platform/ios/src/MGLUserLocation.h +++ b/platform/ios/src/MGLUserLocation.h @@ -11,7 +11,7 @@ NS_ASSUME_NONNULL_BEGIN directly. Instead, you retrieve an existing MGLUserLocation object from the `userLocation` property of the map view displayed in your application. */ -@interface MGLUserLocation : NSObject +@interface MGLUserLocation : NSObject #pragma mark Determining the User’s Position -- cgit v1.2.1