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-04-22 21:47:19 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:53:32 +0300
commitcd08eb1c622f9d1fd8bf4a7626906fe3929f332a (patch)
tree2cefa7c6ade7c627594cbc290683f1bbf21ebb21 /iphone/Maps/Classes/MapsAppDelegate.h
parent7528d814032012e47b0e5b7caa88e9c534156915 (diff)
[iOS] opens URL from clip board.
Diffstat (limited to 'iphone/Maps/Classes/MapsAppDelegate.h')
-rw-r--r--iphone/Maps/Classes/MapsAppDelegate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/iphone/Maps/Classes/MapsAppDelegate.h b/iphone/Maps/Classes/MapsAppDelegate.h
index 508f1e4036..701039881d 100644
--- a/iphone/Maps/Classes/MapsAppDelegate.h
+++ b/iphone/Maps/Classes/MapsAppDelegate.h
@@ -13,6 +13,7 @@
UINavigationController * m_navController;
UIWindow * m_window;
UIAlertView * m_loadingAlertView;
+ BOOL m_didOpenedWithUrl;
}
@property (nonatomic, retain) IBOutlet MapViewController * m_mapViewController;