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

MWMConsole.h « Console « Search « UI « Maps « iphone - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9d2e883470ae0e410837c1f22b87c192ac874063 (plain)
1
2
3
4
5
@interface MWMConsole : NSObject

+ (BOOL)performCommand:(NSString *)cmd;

@end