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>
11 @interface UIAnimator
: NSObject
13 NSMutableArray
*_animations
;
14 double _lastUpdateTime
;
15 struct __GSHeartbeat
*_lcdHeartbeat
;
16 struct __GSHeartbeat
*_tvHeartbeat
;
22 + (void)disableAnimation
;
23 + (void)enableAnimation
;
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
;