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-07-13 15:55:49 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:55:43 +0300
commit30f952d5993f26bc787a40a5e1a175e5c6897605 (patch)
tree7c03af8ff59bed74ba658dc95db492793623fce3 /iphone/Maps/Classes/MapViewController.h
parentc063b8cf6bd3d76009bd2282efbe85fc632b5378 (diff)
[ios] Added download on search.
Diffstat (limited to 'iphone/Maps/Classes/MapViewController.h')
-rw-r--r--iphone/Maps/Classes/MapViewController.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/iphone/Maps/Classes/MapViewController.h b/iphone/Maps/Classes/MapViewController.h
index 247ee3afb0..666a744928 100644
--- a/iphone/Maps/Classes/MapViewController.h
+++ b/iphone/Maps/Classes/MapViewController.h
@@ -1,9 +1,10 @@
-#import <UIKit/UIKit.h>
-#import "ViewController.h"
#import "LocationManager.h"
-#import "SearchView.h"
#import "LocationPredictor.h"
+#import "MWMNavigationDelegate.h"
+#import "SearchView.h"
+#import "ViewController.h"
+#import <UIKit/UIKit.h>
#include "geometry/point2d.hpp"
#include "geometry/rect2d.hpp"
@@ -14,7 +15,7 @@ namespace search { struct AddressInfo; }
@class MWMMapViewControlsManager, MWMPlacePageViewManager;
@class ShareActionSheet;
-@interface MapViewController : ViewController <LocationObserver, UIPopoverControllerDelegate>
+@interface MapViewController : ViewController <LocationObserver, UIPopoverControllerDelegate, MWMNavigationDelegate>
{
bool m_isSticking;
size_t m_StickyThreshold;