]>
Commit | Line | Data |
---|---|---|
491070e3 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 <UIKit/UIFrameAnimation.h> | |
8 | ||
9 | @interface HopAnimation : UIFrameAnimation | |
10 | { | |
11 | struct CGPoint _startMid; | |
12 | struct CGPoint _endMid; | |
13 | struct CGPoint _control1; | |
14 | struct CGPoint _control2; | |
15 | float _aX; | |
16 | float _bX; | |
17 | float _cX; | |
18 | float _aY; | |
19 | float _bY; | |
20 | float _cY; | |
21 | double _cumulativeTime; | |
22 | } | |
23 | ||
24 | - (void)updateControlPoints; | |
25 | - (void)setStartFrame:(struct CGRect)fp8; | |
26 | - (void)setEndFrame:(struct CGRect)fp8; | |
27 | - (void)setProgress:(float)fp8; | |
28 | - (double)cumulativeTime; | |
29 | ||
30 | @end | |
31 |