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

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

@interface CALayer (RuntimeAttributes)

@property (nonatomic, assign) UIColor *borderUIColor;
@property (nonatomic, assign) UIColor *shadowUIColor;

@end