summaryrefslogtreecommitdiff
path: root/platform/macos/app/AppDelegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/macos/app/AppDelegate.h')
-rw-r--r--platform/macos/app/AppDelegate.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/macos/app/AppDelegate.h b/platform/macos/app/AppDelegate.h
index a1d9297b2f..87b7514292 100644
--- a/platform/macos/app/AppDelegate.h
+++ b/platform/macos/app/AppDelegate.h
@@ -21,4 +21,6 @@ extern NSString * const MGLMapboxAccessTokenDefaultsKey;
@property (copy) NSURL *pendingStyleURL;
@property (assign) MGLMapDebugMaskOptions pendingDebugMask;
+- (void)watchOfflinePack:(MGLOfflinePack *)pack;
+
@end