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

MWMTTSSettingsViewController.h « Maps « iphone - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9c364a5247fdfb4a197ffa146dceb3491024f4cb (plain)
1
2
3
4
5
6
7
8
9
10
#import "MWMTableViewController.h"

#include "std/utility.hpp"
#include "std/string.hpp"

@interface MWMTTSSettingsViewController : MWMTableViewController

- (void)setAdditionalTTSLanguage:(pair<string, string> const &)l;

@end