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:
authorKirill Zhdanovich <kzhdanovich@gmail.com>2013-06-21 14:25:53 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:57:15 +0300
commit33fdd919358dfa53955b08421e7c91d5d17ffbd2 (patch)
tree12aa4bbdb2a23b1764fabe39a8db86a08462d471 /iphone/Maps/Classes/MapsAppDelegate.h
parenta452b0829d604a5e00a15f3d47466d4ecdee9965 (diff)
[iOS] New Interface + new balloon
Diffstat (limited to 'iphone/Maps/Classes/MapsAppDelegate.h')
-rw-r--r--iphone/Maps/Classes/MapsAppDelegate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/iphone/Maps/Classes/MapsAppDelegate.h b/iphone/Maps/Classes/MapsAppDelegate.h
index 701039881d..ca03066386 100644
--- a/iphone/Maps/Classes/MapsAppDelegate.h
+++ b/iphone/Maps/Classes/MapsAppDelegate.h
@@ -4,7 +4,7 @@
@class SettingsManager;
@class LocationManager;
-@interface MapsAppDelegate : NSObject <UIApplicationDelegate, UIAlertViewDelegate>
+@interface MapsAppDelegate : NSObject <UIApplicationDelegate, UIAlertViewDelegate, UINavigationControllerDelegate>
{
SettingsManager * m_settingsManager;
NSInteger m_standbyCounter;