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

MWMBaseMapDownloaderViewController.h « MapDownloader « Classes « Maps « iphone - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c2bb32f9707e647dd6d226f6a3c662a93e7af1b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#import "MWMMapDownloaderButtonTableViewCell.h"
#import "MWMMapDownloaderProtocol.h"
#import "MWMMapDownloaderTypes.h"
#import "MWMViewController.h"

@interface MWMBaseMapDownloaderViewController : MWMViewController <UITableViewDelegate, MWMMapDownloaderProtocol, MWMMapDownloaderButtonTableViewCellProtocol>

- (void)configTable;
- (void)configAllMapsView;

- (void)setParentCountryId:(NSString *)parentId mode:(mwm::DownloaderMode)mode;

@end