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:
authorVladiMihaylenko <vxmihaylenko@gmail.com>2015-03-25 20:55:47 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:41:13 +0300
commit24e19dd399f4b6aa13f2bf74497d9cea5d1a9f44 (patch)
tree019be45325e4ab04883bcd07f0f225e8eb2737ba /iphone/Maps/Classes/MapsAppDelegate.h
parentfd3fbfce5ad176e7bc861d7644fc3207582f63ff (diff)
[ios] Added base rate dialog behavior.
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 35b5d27074..3f28ae0c2b 100644
--- a/iphone/Maps/Classes/MapsAppDelegate.h
+++ b/iphone/Maps/Classes/MapsAppDelegate.h
@@ -18,7 +18,7 @@ extern NSString * const MapsStatusChangedNotification;
UIAlertView * m_loadingAlertView;
}
-@property (nonatomic, strong) IBOutlet MapViewController * m_mapViewController;
+@property (nonatomic, weak) IBOutlet MapViewController * m_mapViewController;
@property (nonatomic, readonly) LocationManager * m_locationManager;
+ (MapsAppDelegate *)theApp;