summaryrefslogtreecommitdiff
path: root/platform/ios/Integration Tests/MGLTestLocationManager.h
blob: e0e6f25bb28dd461ba00aebcae2dbcaf555c3646 (plain)
1
2
3
4
5
6
7
8
9
10
#import <XCTest/XCTest.h>
#import <Mapbox/Mapbox.h>
#import "MGLTestUtility.h"

@interface MGLTestLocationManager : NSObject<MGLLocationManager>
@end

@interface MGLTestLocationManager()

@end