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:
authorIlya Grechuhin <i.grechuhin@mapswithme.com>2015-05-22 09:30:16 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:48:14 +0300
commit29311d27a8a4c46a70e0997499f02683b955dca4 (patch)
tree7819efc39bef46b20402db370e6b91c33df44856 /iphone/Maps/Classes/MapsAppDelegate.h
parent9e8a13cb11f11660fd01b6bd3afcdd066cd60e94 (diff)
[ios] Fix project config.
Diffstat (limited to 'iphone/Maps/Classes/MapsAppDelegate.h')
-rw-r--r--iphone/Maps/Classes/MapsAppDelegate.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/iphone/Maps/Classes/MapsAppDelegate.h b/iphone/Maps/Classes/MapsAppDelegate.h
index 26f72e71f0..8ea2dabaef 100644
--- a/iphone/Maps/Classes/MapsAppDelegate.h
+++ b/iphone/Maps/Classes/MapsAppDelegate.h
@@ -9,8 +9,6 @@
@class MapViewController;
@class LocationManager;
-extern NSString * const MapsStatusChangedNotification;
-
@interface MapsAppDelegate : NSObject <UIApplicationDelegate, UIAlertViewDelegate, ActiveMapsObserverProtocol, DownloadIndicatorProtocol>
{
NSInteger m_standbyCounter;