Repo created
This commit is contained in:
parent
4af19165ec
commit
68073add76
12458 changed files with 12350765 additions and 2 deletions
40
iphone/Maps/Classes/MapsAppDelegate.h
Normal file
40
iphone/Maps/Classes/MapsAppDelegate.h
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
#import "DownloadIndicatorProtocol.h"
|
||||
#import "MWMNavigationController.h"
|
||||
|
||||
@class MapViewController;
|
||||
@class MWMCarPlayService;
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface MapsAppDelegate : UIResponder<UIApplicationDelegate, DownloadIndicatorProtocol>
|
||||
{
|
||||
NSInteger m_activeDownloadsCounter;
|
||||
UIBackgroundTaskIdentifier m_backgroundTask;
|
||||
}
|
||||
|
||||
@property(nonatomic) UIWindow * window;
|
||||
|
||||
@property(nonatomic, readonly) MWMCarPlayService *carplayService API_AVAILABLE(ios(12.0));
|
||||
@property(nonatomic, readonly) MapViewController * mapViewController;
|
||||
@property(nonatomic, readonly) BOOL isDrapeEngineCreated;
|
||||
|
||||
+ (MapsAppDelegate *)theApp;
|
||||
|
||||
- (void)enableStandby;
|
||||
- (void)disableStandby;
|
||||
|
||||
+ (void)customizeAppearance;
|
||||
+ (void)customizeAppearanceForNavigationBar:(UINavigationBar *)navigationBar;
|
||||
|
||||
- (void)disableDownloadIndicator;
|
||||
- (void)enableDownloadIndicator;
|
||||
|
||||
- (void)showMap;
|
||||
|
||||
- (NSUInteger)badgeNumber;
|
||||
|
||||
+ (BOOL)isTestsEnvironment;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Loading…
Add table
Add a link
Reference in a new issue