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

MWMTextView.h « Classes « Maps « iphone - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f677c9e636f12055d6e467115940a4ba21113f5b (plain)
1
2
3
4
5
6
7
#import <UIKit/UIKit.h>

@interface MWMTextView : UITextView

@property (copy, nonatomic) NSString * placeholder;

@end