]> git.saurik.com Git - iphone-api.git/blob - QuartzCore/CAPropertyAnimation.h
Added some SpringBoardServices work from ashikase.
[iphone-api.git] / QuartzCore / CAPropertyAnimation.h
1 /*
2 * Generated by class-dump 3.1.2.
3 *
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
5 */
6
7 #import <QuartzCore/CAAnimation.h>
8
9 @interface CAPropertyAnimation : CAAnimation
10 {
11 }
12
13 + (id)animationWithKeyPath:(id)fp8;
14 - (void)applyForTime:(double)fp8 presentationObject:(id)fp16 modelObject:(id)fp20;
15 - (struct _CARenderAnimation *)_setCARenderAnimation:(struct _CARenderAnimation *)fp8;
16 - (BOOL)isAdditive;
17 - (void)setAdditive:(BOOL)fp8;
18 - (id)keyPath;
19 - (void)setKeyPath:(id)fp8;
20 - (BOOL)isCumulative;
21 - (void)setCumulative:(BOOL)fp8;
22 - (BOOL)additive;
23 - (BOOL)cumulative;
24
25 @end
26