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

UIButton+RuntimeAttributes.h « Maps « iphone - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 03659dee4f6f94afa489499113f0d39bc473e610 (plain)
1
2
3
4
5
6
7
8
9
#import <UIKit/UIKit.h>

@interface UIButton (RuntimeAttributes)

@property (nonatomic) NSString * localizedText;

- (void)setBackgroundColor:(UIColor *)color forState:(UIControlState)state;

@end