summaryrefslogtreecommitdiff
path: root/platform/ios/test/KIFTestActor+MapboxGL.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/test/KIFTestActor+MapboxGL.h')
-rw-r--r--platform/ios/test/KIFTestActor+MapboxGL.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/platform/ios/test/KIFTestActor+MapboxGL.h b/platform/ios/test/KIFTestActor+MapboxGL.h
new file mode 100644
index 0000000000..d16e348486
--- /dev/null
+++ b/platform/ios/test/KIFTestActor+MapboxGL.h
@@ -0,0 +1,13 @@
+#import <UIKit/UIKit.h>
+#import <KIF/KIF.h>
+
+@class MGLTViewController, MGLMapView;
+
+@interface KIFTestActor (MapboxGL)
+
+@property (nonatomic, readonly) UIWindow *window;
+@property (nonatomic, readonly) MGLTViewController *viewController;
+@property (nonatomic, readonly) MGLMapView *mapView;
+@property (nonatomic, readonly) UIView *compass;
+
+@end