summaryrefslogtreecommitdiff
path: root/platform/darwin/test/MGLStyleLayerTests.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/darwin/test/MGLStyleLayerTests.h')
-rw-r--r--platform/darwin/test/MGLStyleLayerTests.h28
1 files changed, 0 insertions, 28 deletions
diff --git a/platform/darwin/test/MGLStyleLayerTests.h b/platform/darwin/test/MGLStyleLayerTests.h
deleted file mode 100644
index c7577819b8..0000000000
--- a/platform/darwin/test/MGLStyleLayerTests.h
+++ /dev/null
@@ -1,28 +0,0 @@
-#import <Mapbox/Mapbox.h>
-#import <XCTest/XCTest.h>
-
-#define MGLConstantExpression(constant) \
- [NSExpression expressionForConstantValue:constant]
-
-@interface MGLStyleLayerTests : XCTestCase <MGLMapViewDelegate>
-
-@property (nonatomic, copy, readonly, class) NSString *layerType;
-
-- (void)testPropertyName:(NSString *)name isBoolean:(BOOL)isBoolean;
-
-@end
-
-@interface NSString (MGLStyleLayerTestAdditions)
-
-@property (nonatomic, readonly, copy) NSArray<NSString *> *lexicalClasses;
-@property (nonatomic, readonly, copy) NSString *lemma;
-
-@end
-
-@interface NSValue (MGLStyleLayerTestAdditions)
-
-+ (instancetype)valueWithMGLVector:(CGVector)vector;
-
-@property (readonly) CGVector MGLVectorValue;
-
-@end