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@gmail.com>2016-11-10 10:08:24 +0300
committerIlya Grechuhin <i.grechuhin@gmail.com>2016-11-10 11:32:16 +0300
commit3d483834f98098318b93d3f0c0d2c43d3cf916c2 (patch)
tree803da3b3d31ba1cf52768f4aa1cc8688c42dc858 /iphone/Maps/Classes/MapViewController.h
parentd474805ed7f2c98eb22ca77badef2c7bf48eae81 (diff)
[ios] Fixed location alert display logic.
Diffstat (limited to 'iphone/Maps/Classes/MapViewController.h')
-rw-r--r--iphone/Maps/Classes/MapViewController.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/iphone/Maps/Classes/MapViewController.h b/iphone/Maps/Classes/MapViewController.h
index aaa01fb826..fb9a5ce144 100644
--- a/iphone/Maps/Classes/MapViewController.h
+++ b/iphone/Maps/Classes/MapViewController.h
@@ -1,4 +1,5 @@
#import "MWMMapDownloaderTypes.h"
+#import "MWMPageController.h"
#import "MWMViewController.h"
#include "geometry/point2d.hpp"
@@ -38,5 +39,6 @@ struct AddressInfo;
@property(nonatomic, readonly) MWMMapViewControlsManager * controlsManager;
@property(nonatomic) MWMAPIBar * apiBar;
+@property(nonatomic) MWMPageController * pageViewController;
@end