summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLOfflinePack_Private.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/darwin/src/MGLOfflinePack_Private.h')
-rw-r--r--platform/darwin/src/MGLOfflinePack_Private.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/platform/darwin/src/MGLOfflinePack_Private.h b/platform/darwin/src/MGLOfflinePack_Private.h
deleted file mode 100644
index ea3fb2da99..0000000000
--- a/platform/darwin/src/MGLOfflinePack_Private.h
+++ /dev/null
@@ -1,23 +0,0 @@
-#import "MGLOfflinePack.h"
-
-#include <mbgl/storage/offline.hpp>
-
-NS_ASSUME_NONNULL_BEGIN
-
-@interface MGLOfflinePack (Private)
-
-@property (nonatomic, nullable) mbgl::OfflineRegion *mbglOfflineRegion;
-
-@property (nonatomic, readwrite) MGLOfflinePackState state;
-
-- (instancetype)initWithMBGLRegion:(mbgl::OfflineRegion *)region;
-
-/**
- Invalidates the pack and ensures that no future progress update can ever
- revalidate it. This method must be called before the pack is deallocated.
- */
-- (void)invalidate;
-
-@end
-
-NS_ASSUME_NONNULL_END