summaryrefslogtreecommitdiff
path: root/platform/ios/src/MGLMapViewDelegate.h
diff options
context:
space:
mode:
authorJason Wray <friedbunny@users.noreply.github.com>2019-02-04 10:17:51 -0800
committerGitHub <noreply@github.com>2019-02-04 10:17:51 -0800
commitc49898a5ca3992e6f345d1f86eff7f11203f85e8 (patch)
tree1d166c2d674bde491c5e93ee64df88354d52347e /platform/ios/src/MGLMapViewDelegate.h
parent8ad13cd577cfdc19611e16bf36ed351432e261b9 (diff)
downloadqtlocation-mapboxgl-c49898a5ca3992e6f345d1f86eff7f11203f85e8.tar.gz
[ios, docs] Fix types in jazzy Swift declarations for MGLMapViewDelegate
Also, fix highlighting for one thing.
Diffstat (limited to 'platform/ios/src/MGLMapViewDelegate.h')
-rw-r--r--platform/ios/src/MGLMapViewDelegate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/ios/src/MGLMapViewDelegate.h b/platform/ios/src/MGLMapViewDelegate.h
index 30550ca6a1..7e098f340d 100644
--- a/platform/ios/src/MGLMapViewDelegate.h
+++ b/platform/ios/src/MGLMapViewDelegate.h
@@ -1,6 +1,6 @@
#import <UIKit/UIKit.h>
-#import "MGLTypes.h"
+#import "Mapbox.h"
#import "MGLCameraChangeReason.h"
NS_ASSUME_NONNULL_BEGIN