co-maps/iphone/Maps/Classes/Widgets/MWMMapDownloadDialog.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
291 B
C
Raw Permalink Normal View History

2025-11-22 13:58:55 +01:00
#import "MWMViewController.h"
#include "storage/storage_defines.hpp"
@class MapViewController;
@interface MWMMapDownloadDialog : UIView
+ (instancetype)dialogForController:(MapViewController *)controller;
- (void)processViewportCountryEvent:(storage::CountryId const &)countryId;
@end