// // MWMTextView.h // Maps // // Created by v.mikhaylenko on 24.05.15. // Copyright (c) 2015 MapsWithMe. All rights reserved. // #import @interface MWMTextView : UITextView @property (copy, nonatomic) NSString * placeholder; @end