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:
authorTimur Bernikowich <bernikowich@icloud.com>2014-12-29 12:57:49 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:35:32 +0300
commit7765a2e986257d6f4482ffe522340bbad3667fe3 (patch)
treebd3d59d568c6e5e57fcc9ca10e8b40dbccc55385 /iphone/Maps/DownloaderParentVC.h
parent8566d7a324c511b4db20c2ba9182253b527528ad (diff)
[ios] Status bar will be shown in all rotations.
Diffstat (limited to 'iphone/Maps/DownloaderParentVC.h')
-rw-r--r--iphone/Maps/DownloaderParentVC.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/iphone/Maps/DownloaderParentVC.h b/iphone/Maps/DownloaderParentVC.h
index d31caedb3b..94e653fef2 100644
--- a/iphone/Maps/DownloaderParentVC.h
+++ b/iphone/Maps/DownloaderParentVC.h
@@ -3,6 +3,7 @@
#import "MapsObservers.h"
#import "MapCell.h"
#import "UIKitCategories.h"
+#import "ViewController.h"
#include "../../storage/storage_defines.hpp"
@@ -23,7 +24,7 @@ typedef NS_ENUM(NSUInteger, DownloaderAction)
using namespace storage;
-@interface DownloaderParentVC : UIViewController <MapCellDelegate, UIActionSheetDelegate, UIAlertViewDelegate, UITableViewDataSource, UITableViewDelegate>
+@interface DownloaderParentVC : ViewController <MapCellDelegate, UIActionSheetDelegate, UIAlertViewDelegate, UITableViewDataSource, UITableViewDelegate>
- (NSString *)formattedMapSize:(size_t)size;
- (void)openGuideWithInfo:(guides::GuideInfo const &)info;