]>
git.saurik.com Git - iphone-api.git/blob - PhotoLibrary/HopAnimation.h
77bd6cc64c25dbda5bcfacb56d1d5c0dc59ec00a
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 <UIKit/UIFrameAnimation.h>
9 @interface HopAnimation
: UIFrameAnimation
11 struct CGPoint _startMid
;
12 struct CGPoint _endMid
;
13 struct CGPoint _control1
;
14 struct CGPoint _control2
;
21 double _cumulativeTime
;
24 - (void)updateControlPoints
;
25 - (void)setStartFrame
:(struct CGRect
)fp8
;
26 - (void)setEndFrame
:(struct CGRect
)fp8
;
27 - (void)setProgress
:(float)fp8
;
28 - (double)cumulativeTime
;