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:
authorIgor Khmurets <subzero@mapswithme.com>2014-02-04 20:17:14 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:11:24 +0300
commite9475804881338a544a6689e4eb7c330c901bb3e (patch)
tree544d7edbf2882917fbfe35911c802245d85c806a /iphone/Maps/Classes/MapsAppDelegate.h
parent6aaf20aae295248e49a32902240db0093577c43d (diff)
[ios] AppInfo refactored, MapsAppDelegate warning fix
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 e4590a23d3..ac6bf0c6dc 100644
--- a/iphone/Maps/Classes/MapsAppDelegate.h
+++ b/iphone/Maps/Classes/MapsAppDelegate.h
@@ -17,7 +17,7 @@
BOOL m_didOpenedWithUrl;
}
-@property (nonatomic) IBOutlet MapViewController * m_mapViewController;
+@property (nonatomic, strong) IBOutlet MapViewController * m_mapViewController;
@property (nonatomic, readonly) LocationManager * m_locationManager;
+ (MapsAppDelegate *)theApp;