14 lines
291 B
C
14 lines
291 B
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
|