]>
git.saurik.com Git - iphone-api.git/blob - UIKit/UIAnimation.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 <Foundation/NSObject.h>
9 @interface UIAnimation
: NSObject
16 unsigned int tvOutput
:1;
17 unsigned int reserved
:27;
24 - (id
)initWithTarget
:(id
)fp8
;
25 - (void)stopAnimation
;
27 - (void)setDelegate
:(id
)fp8
;
29 - (void)setAction
:(SEL
)fp8
;
31 - (void)setAnimationCurve
:(int)fp8
;
32 - (void)setProgress
:(float)fp8
;
33 - (float)progressForFraction
:(float)fp8
;