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: a7c0ed027abaa0eb32fc57ab553c311f66a4c9ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//
//  MWMTextView.h
//  Maps
//
//  Created by v.mikhaylenko on 24.05.15.
//  Copyright (c) 2015 MapsWithMe. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface MWMTextView : UITextView

@property (copy, nonatomic) NSString * placeholder;

@end