]> git.saurik.com Git - iphone-api.git/blame - QuartzCore/CAKeyframeAnimation.h
Commit these numerous sequestered UIKit updates.
[iphone-api.git] / QuartzCore / CAKeyframeAnimation.h
CommitLineData
2cd8f71b
JF
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/CAPropertyAnimation.h>
8
9@interface CAKeyframeAnimation : CAPropertyAnimation
10{
11}
12
13- (void *)CA_copyRenderValue;
14- (id)calculationMode;
15- (void)setCalculationMode:(id)fp8;
16- (id)keyTimes;
17- (void)setKeyTimes:(id)fp8;
18- (id)timingFunctions;
19- (void)setTimingFunctions:(id)fp8;
20- (id)values;
21- (void)setValues:(id)fp8;
22- (struct CGPath *)path;
23- (void)setPath:(struct CGPath *)fp8;
24- (void)applyForTime:(double)fp8 presentationObject:(id)fp16 modelObject:(id)fp20;
25- (id)rotationMode;
26- (void)setRotationMode:(id)fp8;
27
28@end
29