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:
authorvng <viktor.govako@gmail.com>2015-05-15 13:27:33 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:48:12 +0300
commit06751fb0308f44f5eb96e94327f46b8753b7c238 (patch)
treedaaebc5c5df325d9025101d5fbfa076ec0bac41c /iphone/Maps/Classes/MapsAppDelegate.h
parent5e4b0bbd6e7e44f5e5e26709f34a02cbf6718c11 (diff)
[iOS] Added Apple Watch functionality.
Diffstat (limited to 'iphone/Maps/Classes/MapsAppDelegate.h')
-rw-r--r--iphone/Maps/Classes/MapsAppDelegate.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/iphone/Maps/Classes/MapsAppDelegate.h b/iphone/Maps/Classes/MapsAppDelegate.h
index 37930eb2ab..26f72e71f0 100644
--- a/iphone/Maps/Classes/MapsAppDelegate.h
+++ b/iphone/Maps/Classes/MapsAppDelegate.h
@@ -1,5 +1,6 @@
#import <UIKit/UIKit.h>
+#import "DownloadIndicatorProtocol.h"
#import "NavigationController.h"
#import "MapsObservers.h"
@@ -10,7 +11,7 @@
extern NSString * const MapsStatusChangedNotification;
-@interface MapsAppDelegate : NSObject <UIApplicationDelegate, UIAlertViewDelegate, ActiveMapsObserverProtocol>
+@interface MapsAppDelegate : NSObject <UIApplicationDelegate, UIAlertViewDelegate, ActiveMapsObserverProtocol, DownloadIndicatorProtocol>
{
NSInteger m_standbyCounter;
NSInteger m_activeDownloadsCounter;