]>
Commit | Line | Data |
---|---|---|
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 <Foundation/NSObject.h> | |
8 | ||
9 | @interface UIAnimation : NSObject | |
10 | { | |
11 | id _target; | |
12 | SEL _action; | |
13 | id _delegate; | |
14 | struct { | |
15 | unsigned int curve:4; | |
16 | unsigned int tvOutput:1; | |
17 | unsigned int reserved:27; | |
18 | } _animationFlags; | |
19 | double _startTime; | |
20 | double _duration; | |
21 | int _state; | |
22 | } | |
23 | ||
24 | - (id)initWithTarget:(id)fp8; | |
25 | - (void)stopAnimation; | |
26 | - (id)target; | |
27 | - (void)setDelegate:(id)fp8; | |
28 | - (id)delegate; | |
29 | - (void)setAction:(SEL)fp8; | |
30 | - (SEL)action; | |
31 | - (void)setAnimationCurve:(int)fp8; | |
32 | - (void)setProgress:(float)fp8; | |
33 | - (float)progressForFraction:(float)fp8; | |
34 | - (void)dealloc; | |
35 | ||
36 | @end | |
37 |