co-maps/iphone/Maps/Classes/Widgets/MWMMapDownloadDialog.h
2025-11-22 13:58:55 +01:00

13 lines
291 B
Objective-C

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