co-maps/iphone/Maps/Classes/MWMTextView.h

9 lines
175 B
C
Raw Normal View History

2025-11-22 13:58:55 +01:00
#import <UIKit/UIKit.h>
@interface MWMTextView : UITextView
@property(nonatomic, copy) NSString *placeholder;
@property(nonatomic, readonly) UILabel *placeholderView;
@end