Welcome to mirror list, hosted at ThFree Co, Russian Federation.

UITextView+RuntimeAttributes.h « Maps « iphone - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 61068dd1f02a2cc28ac5df575430939a16fbe438 (plain)
1
2
3
4
5
6
7
8
9
10
11
#import "MWMTextView.h"

@interface UITextView (UITextView_RuntimeAttributes)

@end

@interface MWMTextView (RuntimeAttributes)

@property (nonatomic) NSString * localizedPlaceholder;

@end