]> git.saurik.com Git - iphone-api.git/blob - UIKit/UIViewAnimationState.h
Adding numerous class dumps.
[iphone-api.git] / UIKit / UIViewAnimationState.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 NSString, UIView;
10
11 @interface UIViewAnimationState : NSObject
12 {
13 UIViewAnimationState *_nextState;
14 NSString *_animationID;
15 void *_context;
16 id _delegate;
17 double _duration;
18 double _delay;
19 double _frameInterval;
20 double _start;
21 int _curve;
22 float _repeatCount;
23 int _transition;
24 UIView *_transitionView;
25 SEL _willStartSelector;
26 SEL _didEndSelector;
27 int _didEndCount;
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;
35 }
36
37 + (void)pushViewAnimationState:(id)fp8 context:(void *)fp12;
38 + (void)popAnimationState;
39 - (void)dealloc;
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;
44
45 @end
46