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

UILabel+RuntimeAttributes.h « Maps « iphone - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 87d117d948bc0b164256eb92d3fc2d9e4ed87e0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#import <UIKit/UIKit.h>
#import "MWMTextView.h"

@interface UILabel (RuntimeAttributes)
@property (nonatomic) NSString * localizedText;
@end

@interface MWMTextView (RuntimeAttributes)
@property (nonatomic) NSString * localizedPlaceholder;
@end

@interface UITextField (RuntimeAttributes)
@property (nonatomic) NSString * localizedPlaceholder;
@end