From 30f952d5993f26bc787a40a5e1a175e5c6897605 Mon Sep 17 00:00:00 2001 From: Ilya Grechuhin Date: Mon, 13 Jul 2015 15:55:49 +0300 Subject: [ios] Added download on search. --- iphone/Maps/Classes/MapViewController.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'iphone/Maps/Classes/MapViewController.h') 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 -#import "ViewController.h" #import "LocationManager.h" -#import "SearchView.h" #import "LocationPredictor.h" +#import "MWMNavigationDelegate.h" +#import "SearchView.h" +#import "ViewController.h" +#import #include "geometry/point2d.hpp" #include "geometry/rect2d.hpp" @@ -14,7 +15,7 @@ namespace search { struct AddressInfo; } @class MWMMapViewControlsManager, MWMPlacePageViewManager; @class ShareActionSheet; -@interface MapViewController : ViewController +@interface MapViewController : ViewController { bool m_isSticking; size_t m_StickyThreshold; -- cgit v1.2.3