summaryrefslogtreecommitdiff
path: root/platform/ios/test/MGLCompassViewTests.m
blob: cabd6085a7d473a858098d6eb5541eddc6628733 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#import <Mapbox/Mapbox.h>
#import <XCTest/XCTest.h>

@interface MGLCompassViewTests : XCTestCase

@end

@implementation MGLCompassViewTests

- (void)setUp {
    // Put setup code here. This method is called before the invocation of each test method in the class.
}

- (void)tearDown {
    // Put teardown code here. This method is called after the invocation of each test method in the class.
}

- (void)testExample {
    // This is an example of a functional test case.
    // Use XCTAssert and related functions to verify your tests produce the correct results.
}

@end