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: 5239c31769d0a6f47bfb76e1ba95649a8d5d9d14 (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:(TMWMMapDownloaderMode)mode;

@end