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: 10ba43361874afcb1dbed219bf757d817a110dfc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
//
//  UILabel+RuntimeAttributes.h
//  Maps
//
//  Created by v.mikhaylenko on 10.03.15.
//  Copyright (c) 2015 MapsWithMe. All rights reserved.
//

#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