]>
Commit | Line | Data |
---|---|---|
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/CAAnimation.h> | |
8 | ||
9 | #import "CAPropertyInfo-Protocol.h" | |
10 | #import "NSMutableCopying-Protocol.h" | |
11 | ||
12 | @interface CAAnimation (CAAnimationPrivate) <NSMutableCopying, CAPropertyInfo> | |
13 | + (id)properties; | |
14 | + (void *)CA_setterForType:(int)fp8; | |
15 | + (void *)CA_getterForType:(int)fp8; | |
16 | + (BOOL)resolveInstanceMethod:(SEL)fp8; | |
17 | - (void)setDefaultDuration:(double)fp8; | |
18 | - (void)applyForTime:(double)fp8 presentationObject:(id)fp16 modelObject:(id)fp20; | |
19 | - (double)_mapTime:(double)fp8 repeatIndex:(int *)fp16; | |
20 | - (id)mutableCopyWithZone:(struct _NSZone *)fp8; | |
21 | - (BOOL)isEnabled; | |
22 | - (void)setEnabled:(BOOL)fp8; | |
23 | - (double)frameInterval; | |
24 | - (void)setFrameInterval:(double)fp8; | |
25 | @end | |
26 |