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

RichTextVC.h « Common « iphone - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: de2e7745d1e3c22032be7a407c03a71d975a1312 (plain)
1
2
3
4
5
6
7
#import "MWMViewController.h"

@interface RichTextVC : MWMViewController

- (instancetype)initWithText:(NSString *)text;

@end