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-01-11 15:55:57 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:10:10 +0300
commita4b54f1f354e589ddc1889d6aa4e80e2cf980f1a (patch)
treeba81cb36651660d6ebec03fccf44d9ad79a27e15 /iphone/Maps/Classes/MapsAppDelegate.h
parentfedf07299ef4208236c15c3c3c836d2a4d36f3dc (diff)
[ios] Project now supports ARC
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 6bd0d48183..e4590a23d3 100644
--- a/iphone/Maps/Classes/MapsAppDelegate.h
+++ b/iphone/Maps/Classes/MapsAppDelegate.h
@@ -17,7 +17,7 @@
BOOL m_didOpenedWithUrl;
}
-@property (nonatomic, retain) IBOutlet MapViewController * m_mapViewController;
+@property (nonatomic) IBOutlet MapViewController * m_mapViewController;
@property (nonatomic, readonly) LocationManager * m_locationManager;
+ (MapsAppDelegate *)theApp;