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

MWMMapDownloaderDefaultDataSource.h « DataSources « MapDownloader « Classes « Maps « iphone - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c54e88f0db62440b28cab233d3b15b55917a199b (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:(TMWMMapDownloaderMode)mode;
- (void)load;

@end