summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLTileSet_Private.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/darwin/src/MGLTileSet_Private.h')
-rw-r--r--platform/darwin/src/MGLTileSet_Private.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/platform/darwin/src/MGLTileSet_Private.h b/platform/darwin/src/MGLTileSet_Private.h
deleted file mode 100644
index 038fe57fa2..0000000000
--- a/platform/darwin/src/MGLTileSet_Private.h
+++ /dev/null
@@ -1,24 +0,0 @@
-#import "MGLTileSet.h"
-
-#include <mbgl/util/tileset.hpp>
-
-NS_ASSUME_NONNULL_BEGIN
-
-@class MGLAttributionInfo;
-
-@interface MGLTileSet (Private)
-
-/**
- A structured representation of the `attribution` property. The default value is
- `nil`.
-
- @param fontSize The default text size in points.
- @param linkColor The default link color.
- */
-- (nullable NS_ARRAY_OF(MGLAttributionInfo *) *)attributionInfosWithFontSize:(CGFloat)fontSize linkColor:(nullable MGLColor *)linkColor;
-
-- (mbgl::Tileset)mbglTileset;
-
-@end
-
-NS_ASSUME_NONNULL_END