Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Grechuhin <i.grechuhin@mapswithme.com>2015-06-03 15:40:38 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:49:51 +0300
commit1ac06d7429aa136793568e222fb150ea9fdcab82 (patch)
tree2fa24787c9b3721a405dcbec2126d2982dfcd99e /iphone/Maps/Classes/DownloadIndicatorProtocol.h
parent2a1c6347aded0f76e997a0869810d84089ac47dd (diff)
[ios] Added disable standby on routing, follow, active download modes.
Diffstat (limited to 'iphone/Maps/Classes/DownloadIndicatorProtocol.h')
-rw-r--r--iphone/Maps/Classes/DownloadIndicatorProtocol.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/iphone/Maps/Classes/DownloadIndicatorProtocol.h b/iphone/Maps/Classes/DownloadIndicatorProtocol.h
index 80368db6c8..5d224e4136 100644
--- a/iphone/Maps/Classes/DownloadIndicatorProtocol.h
+++ b/iphone/Maps/Classes/DownloadIndicatorProtocol.h
@@ -2,6 +2,9 @@
@protocol DownloadIndicatorProtocol <NSObject>
+- (void)enableStandby;
+- (void)disableStandby;
+
- (void)disableDownloadIndicator;
- (void)enableDownloadIndicator;