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

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

@interface UIView  (RuntimeAttributes)

- (void)setBackgroundColorName:(NSString *)colorName;

@end