summaryrefslogtreecommitdiff
path: root/platform/ios/Integration Tests/MGLTestLocationManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/Integration Tests/MGLTestLocationManager.h')
-rw-r--r--platform/ios/Integration Tests/MGLTestLocationManager.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/platform/ios/Integration Tests/MGLTestLocationManager.h b/platform/ios/Integration Tests/MGLTestLocationManager.h
new file mode 100644
index 0000000000..e0e6f25bb2
--- /dev/null
+++ b/platform/ios/Integration Tests/MGLTestLocationManager.h
@@ -0,0 +1,10 @@
+#import <XCTest/XCTest.h>
+#import <Mapbox/Mapbox.h>
+#import "MGLTestUtility.h"
+
+@interface MGLTestLocationManager : NSObject<MGLLocationManager>
+@end
+
+@interface MGLTestLocationManager()
+
+@end