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: 417b511a8178d81c7653e70ab2cdb0dc104a91e3 (plain)
1
2
3
4
5
6
7
8
#import <UIKit/UIKit.h>

@interface MWMTextView : UITextView

@property (copy, nonatomic) NSString * placeholder;
@property (nonatomic, readonly) UILabel * placeholderView;

@end