]>
git.saurik.com Git - iphone-api.git/blob - QuartzCore/CAAnimation-CAAnimationPrivate.h
2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 #import <QuartzCore/CAAnimation.h>
9 #import "CAPropertyInfo-Protocol.h"
10 #import "NSMutableCopying-Protocol.h"
12 @interface
CAAnimation (CAAnimationPrivate
) <NSMutableCopying
, CAPropertyInfo
>
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
;
22 - (void)setEnabled
:(BOOL
)fp8
;
23 - (double)frameInterval
;
24 - (void)setFrameInterval
:(double)fp8
;