/headers/PhotoLibrary/HopAnimation.h

gehe zur Dokumentation dieser Datei
00001 /*
00002  *     Generated by class-dump 3.1.1.
00003  *
00004  *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
00005  */
00006 
00007 #import "UIFrameAnimation.h"
00008 
00009 @interface HopAnimation : UIFrameAnimation
00010 {
00011     struct CGPoint _startMid;
00012     struct CGPoint _endMid;
00013     struct CGPoint _control1;
00014     struct CGPoint _control2;
00015     float _aX;
00016     float _bX;
00017     float _cX;
00018     float _aY;
00019     float _bY;
00020     float _cY;
00021     double _cumulativeTime;
00022 }
00023 
00024 - (void)updateControlPoints;
00025 - (void)setStartFrame:(struct CGRect)fp8;
00026 - (void)setEndFrame:(struct CGRect)fp8;
00027 - (void)setProgress:(float)fp8;
00028 - (double)cumulativeTime;
00029 
00030 @end
00031