forked from organicmaps/organicmaps
8 lines
175 B
Objective-C
8 lines
175 B
Objective-C
#import <UIKit/UIKit.h>
|
|
|
|
@interface MWMTextView : UITextView
|
|
|
|
@property(nonatomic, copy) NSString *placeholder;
|
|
@property(nonatomic, readonly) UILabel *placeholderView;
|
|
|
|
@end
|