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-05-29 18:12:09 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:49:21 +0300
commitdabc7d0665015ce1aa50e867e2874a6f47080f88 (patch)
treee8d3a43229914ec461fa6053f124dd18a3a1d027 /iphone/Maps/Classes/DownloadIndicatorProtocol.h
parent1977f278683155f2455478340f4dee324fd05acd (diff)
[ios] Disable idle timer.
Diffstat (limited to 'iphone/Maps/Classes/DownloadIndicatorProtocol.h')
-rw-r--r--iphone/Maps/Classes/DownloadIndicatorProtocol.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/iphone/Maps/Classes/DownloadIndicatorProtocol.h b/iphone/Maps/Classes/DownloadIndicatorProtocol.h
index e68cd2c255..80368db6c8 100644
--- a/iphone/Maps/Classes/DownloadIndicatorProtocol.h
+++ b/iphone/Maps/Classes/DownloadIndicatorProtocol.h
@@ -2,9 +2,6 @@
@protocol DownloadIndicatorProtocol <NSObject>
-- (void)disableStandby;
-- (void)enableStandby;
-
- (void)disableDownloadIndicator;
- (void)enableDownloadIndicator;