summaryrefslogtreecommitdiff
path: root/platform/darwin/test/MGLStyleLayerTests.h
blob: f81e075e030be8d4ea0882172d74a0f261b6259d (plain)
1
2
3
4
5
6
7
8
9
10
#import <Mapbox/Mapbox.h>
#import "MGLRuntimeStylingHelper.h"
#import <XCTest/XCTest.h>

@interface MGLStyleLayerTests : XCTestCase <MGLMapViewDelegate>

@property (nonatomic) IBOutlet MGLMapView *mapView;
@property (nonatomic) XCTestExpectation *expectation;

@end