Welcome to mirror list, hosted at ThFree Co, Russian Federation.

MWMMapDownloaderDefaultDataSource.h « DataSources « Downloader « UI « Maps « iphone - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 67dff52d54544fc932aaab27dd3c7098f3a31777 (plain)
1
2
3
4
5
6
7
8
#import "MWMMapDownloaderDataSource.h"

@interface MWMMapDownloaderDefaultDataSource : MWMMapDownloaderDataSource

- (instancetype)initForRootCountryId:(NSString *)countryId delegate:(id<MWMMapDownloaderProtocol, MWMMapDownloaderButtonTableViewCellProtocol>)delegate mode:(mwm::DownloaderMode)mode;
- (void)load;

@end