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 @
class NSString
, UIView
;
11 @interface UIViewAnimationState
: NSObject
13 UIViewAnimationState
*_nextState
;
14 NSString
*_animationID
;
19 double _frameInterval
;
24 UIView
*_transitionView
;
25 SEL _willStartSelector
;
28 struct CGPoint _position
;
29 unsigned int _willStartSent
:1;
30 unsigned int _useCurrentLayerState
:1;
31 unsigned int _cacheTransition
:1;
32 unsigned int _autoreverses
:1;
33 unsigned int _roundsToInteger
:1;
34 unsigned int _reserved
:27;
37 + (void)pushViewAnimationState
:(id
)fp8 context
:(void *)fp12
;
38 + (void)popAnimationState
;
40 - (void)setAnimationAttributes
:(id
)fp8
;
41 - (void)animationDidStart
:(id
)fp8
;
42 - (void)sendDelegateAnimationDidStop
:(id
)fp8 finished
:(BOOL
)fp12
;
43 - (void)animationDidStop
:(id
)fp8 finished
:(BOOL
)fp12
;