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:
Diffstat (limited to 'iphone/Maps/UI/Downloader/MWMMapDownloaderMode.h')
-rw-r--r--iphone/Maps/UI/Downloader/MWMMapDownloaderMode.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/iphone/Maps/UI/Downloader/MWMMapDownloaderMode.h b/iphone/Maps/UI/Downloader/MWMMapDownloaderMode.h
new file mode 100644
index 0000000000..6dad7d6699
--- /dev/null
+++ b/iphone/Maps/UI/Downloader/MWMMapDownloaderMode.h
@@ -0,0 +1,4 @@
+typedef NS_ENUM(NSUInteger, MWMMapDownloaderMode) {
+ MWMMapDownloaderModeDownloaded,
+ MWMMapDownloaderModeAvailable
+};