OSDN Git Service

first commit
[eliscolors/main.git] / ElisCustomCALayer.m
1 //
2 //  ElisCustomCALayer.m
3 //  Elis Colors
4 //
5 //  Created by 柳 on 09/09/13.
6 //  Copyright 2009 __MyCompanyName__. All rights reserved.
7 //
8
9 #import "ElisCustomCALayer.h"
10
11
12 @implementation CALayer(ElisKVO)
13
14 + (BOOL)automaticallyNotifiesObserversForKey:(NSString *)key
15 {
16     return YES;
17 }
18
19 @end