summaryrefslogtreecommitdiff
path: root/platform/ios/app/MBXOrnamentsViewController.h
diff options
context:
space:
mode:
authorLloyd Sheng <i@lloydsheng.com>2019-01-30 15:39:29 +0800
committerGitHub <noreply@github.com>2019-01-30 15:39:29 +0800
commite22d28c285c1543ebbf75d205f0129e74b0fbb8a (patch)
tree09e5ebae51df26d3e68cb8f0f95ff0296673b808 /platform/ios/app/MBXOrnamentsViewController.h
parent44fbba8514554dd05a0d8abc3f33f21840a73033 (diff)
downloadqtlocation-mapboxgl-e22d28c285c1543ebbf75d205f0129e74b0fbb8a.tar.gz
[ios] Enable customize positions of mapview ornaments (#13556)
* APIs for customize positions of ornaments * Adopt anchors layout * Remove iOS8 layout code
Diffstat (limited to 'platform/ios/app/MBXOrnamentsViewController.h')
-rw-r--r--platform/ios/app/MBXOrnamentsViewController.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/platform/ios/app/MBXOrnamentsViewController.h b/platform/ios/app/MBXOrnamentsViewController.h
new file mode 100644
index 0000000000..087101cdc0
--- /dev/null
+++ b/platform/ios/app/MBXOrnamentsViewController.h
@@ -0,0 +1,5 @@
+#import <UIKit/UIKit.h>
+
+@interface MBXOrnamentsViewController : UIViewController
+
+@end