]> git.saurik.com Git - iphone-api.git/blob - UIKit/UIView-Animation.h
Added some SpringBoardServices work from ashikase.
[iphone-api.git] / UIKit / UIView-Animation.h
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/UIView.h>
8
9 @interface UIView (Animation)
10 + (void)beginAnimations:(id)fp8;
11 + (void)beginAnimations:(id)fp8 context:(void *)fp12;
12 + (void)commitAnimations;
13 + (void)endAnimations;
14 + (BOOL)_pendingAnimations;
15 + (void)setAnimationDelegate:(id)fp8;
16 + (void)setAnimationPosition:(struct CGPoint)fp8;
17 + (void)disableAnimation;
18 + (void)enableAnimation;
19 + (void)setAnimationsEnabled:(BOOL)fp8;
20 + (BOOL)areAnimationsEnabled;
21 + (void)setAnimationDuration:(double)fp8;
22 + (void)setAnimationDelay:(double)fp8;
23 + (void)setAnimationFrameInterval:(double)fp8;
24 + (void)setAnimationStartDate:(id)fp8;
25 + (void)setAnimationStartTime:(double)fp8;
26 + (void)setAnimationCurve:(int)fp8;
27 + (void)setAnimationRepeatCount:(float)fp8;
28 + (void)setAnimationRepeatAutoreverses:(BOOL)fp8;
29 + (void)setAnimationBeginsFromCurrentState:(BOOL)fp8;
30 + (void)setAnimationAutoreverses:(BOOL)fp8;
31 + (void)setAnimationFromCurrentState:(BOOL)fp8;
32 + (void)setAnimationRoundsToInteger:(BOOL)fp8;
33 + (void)setAnimationTransition:(int)fp8 forView:(id)fp12 cache:(BOOL)fp16;
34 + (void)setAnimationWillStartSelector:(SEL)fp8;
35 + (void)setAnimationDidStopSelector:(SEL)fp8;
36 - (void)addAnimation:(id)fp8 forKey:(id)fp12;
37 @end
38