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:
authorYuri Gorshenin <y@maps.me>2015-07-27 13:25:24 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:57:40 +0300
commit04142e39cffd676d234f2a3b39de774500c6a66e (patch)
tree4cc8006430e0a9f2b31a472d6f338ad2dcb43174 /iphone/Maps/DownloaderParentVC.h
parentacb80ad11be5e7431cf31fac57bbe104886e3ef6 (diff)
Removed T-letter from TMapOptions.
Diffstat (limited to 'iphone/Maps/DownloaderParentVC.h')
-rw-r--r--iphone/Maps/DownloaderParentVC.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/iphone/Maps/DownloaderParentVC.h b/iphone/Maps/DownloaderParentVC.h
index 1a3c5dc970..9bff8bf0a1 100644
--- a/iphone/Maps/DownloaderParentVC.h
+++ b/iphone/Maps/DownloaderParentVC.h
@@ -34,15 +34,15 @@ using namespace storage;
// CountryTree methods accept int. It should be enough to store all countries.
@property (nonatomic) int selectedPosition;
-@property (nonatomic) TMapOptions selectedInActionSheetOptions;
+@property (nonatomic) MapOptions selectedInActionSheetOptions;
@property (nonatomic) NSMutableDictionary * actionSheetActions;
// virtual
- (NSString *)parentTitle;
- (NSString *)selectedMapName;
-- (uint64_t)selectedMapSizeWithOptions:(TMapOptions)options;
+- (uint64_t)selectedMapSizeWithOptions:(MapOptions)options;
- (TStatus)selectedMapStatus;
-- (TMapOptions)selectedMapOptions;
+- (MapOptions)selectedMapOptions;
- (void)performAction:(DownloaderAction)action withSizeCheck:(BOOL)check;
@end