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: 64a861bc2e8ad891065219be6142829af3947e02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
//  CALayer+RuntimeAttributes.h
//  Maps
//
//  Created by v.mikhaylenko on 05.03.15.
//  Copyright (c) 2015 MapsWithMe. All rights reserved.
//

#import <QuartzCore/QuartzCore.h>

@interface CALayer (RuntimeAttributes)

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

@end