summaryrefslogtreecommitdiff
path: root/platform/ios/Integration Test Harness/MGLTestingSupport.h
blob: 7df2000210ffe2f95c37f69405aebca305c02e74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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);