X-Git-Url: https://git.saurik.com/iphone-api.git/blobdiff_plain/f8d8a1a9bf3e8cbbb8a04dacfcd3257f1d560b63..2cd8f71baf5b8e3f2fc334a69a08a31948c2bd7c:/UIKit/UIViewAnimationState.h diff --git a/UIKit/UIViewAnimationState.h b/UIKit/UIViewAnimationState.h new file mode 100644 index 0000000..7f3ecae --- /dev/null +++ b/UIKit/UIViewAnimationState.h @@ -0,0 +1,46 @@ +/* + * Generated by class-dump 3.1.2. + * + * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard. + */ + +#import + +@class NSString, UIView; + +@interface UIViewAnimationState : NSObject +{ + UIViewAnimationState *_nextState; + NSString *_animationID; + void *_context; + id _delegate; + double _duration; + double _delay; + double _frameInterval; + double _start; + int _curve; + float _repeatCount; + int _transition; + UIView *_transitionView; + SEL _willStartSelector; + SEL _didEndSelector; + int _didEndCount; + struct CGPoint _position; + unsigned int _willStartSent:1; + unsigned int _useCurrentLayerState:1; + unsigned int _cacheTransition:1; + unsigned int _autoreverses:1; + unsigned int _roundsToInteger:1; + unsigned int _reserved:27; +} + ++ (void)pushViewAnimationState:(id)fp8 context:(void *)fp12; ++ (void)popAnimationState; +- (void)dealloc; +- (void)setAnimationAttributes:(id)fp8; +- (void)animationDidStart:(id)fp8; +- (void)sendDelegateAnimationDidStop:(id)fp8 finished:(BOOL)fp12; +- (void)animationDidStop:(id)fp8 finished:(BOOL)fp12; + +@end +