]> git.saurik.com Git - iphone-api.git/blob - UIKit/UIAnimator.h
Added some SpringBoardServices work from ashikase.
[iphone-api.git] / UIKit / UIAnimator.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 <Foundation/NSObject.h>
8
9 @class NSMutableArray;
10
11 @interface UIAnimator : NSObject
12 {
13 NSMutableArray *_animations;
14 double _lastUpdateTime;
15 struct __GSHeartbeat *_lcdHeartbeat;
16 struct __GSHeartbeat *_tvHeartbeat;
17 int _lcdCount;
18 int _tvCount;
19 }
20
21 + (id)sharedAnimator;
22 + (void)disableAnimation;
23 + (void)enableAnimation;
24 - (void)dealloc;
25 - (void)addAnimation:(id)fp8 withDuration:(double)fp12 start:(BOOL)fp20;
26 - (void)addAnimations:(id)fp8 withDuration:(double)fp12 start:(BOOL)fp20;
27 - (void)removeAnimationsForTarget:(id)fp8;
28 - (void)removeAnimationsForTarget:(id)fp8 ofKind:(Class)fp12;
29 - (void)startAnimation:(id)fp8;
30 - (void)stopAnimation:(id)fp8;
31 - (float)fractionForAnimation:(id)fp8;
32
33 @end
34