summaryrefslogtreecommitdiff
path: root/platform/ios/Integration Test Harness/MGLTestingSupport.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/Integration Test Harness/MGLTestingSupport.h')
-rw-r--r--platform/ios/Integration Test Harness/MGLTestingSupport.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/platform/ios/Integration Test Harness/MGLTestingSupport.h b/platform/ios/Integration Test Harness/MGLTestingSupport.h
new file mode 100644
index 0000000000..7df2000210
--- /dev/null
+++ b/platform/ios/Integration Test Harness/MGLTestingSupport.h
@@ -0,0 +1,14 @@
+@import Foundation;
+
+typedef NSString *MGLTestingSupportNotification NS_TYPED_ENUM;
+
+extern NSString * const MGLTestingSupportMapViewID;
+
+extern const MGLTestingSupportNotification MGLTestingSupportNotificationMapViewStyleLoaded;
+extern const MGLTestingSupportNotification MGLTestingSupportNotificationMapViewRendered;
+extern const MGLTestingSupportNotification MGLTestingSupportNotificationMapViewRegionWillChange;
+extern const MGLTestingSupportNotification MGLTestingSupportNotificationMapViewRegionIsChanging;
+extern const MGLTestingSupportNotification MGLTestingSupportNotificationMapViewRegionDidChanged;
+
+
+FOUNDATION_EXTERN void testingSupportPostNotification(MGLTestingSupportNotification name);