]> git.saurik.com Git - iphone-api.git/blame - UIKit/UITransitionView.h
Minor commit for Optimo.
[iphone-api.git] / UIKit / UITransitionView.h
CommitLineData
2cd8f71b
JF
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 <UIKit/UIView.h>
8
9@interface UITransitionView : UIView <NSCoding>
10{
11 UIView *_fromView;
12 UIView *_toView;
13 UIView *_firstResponderToRemember;
14 id _delegate;
15 struct {
16 unsigned int animationInProgress:1;
17 unsigned int ignoresInteractionEvents:1;
18 unsigned int reserved:30;
19 } _transitionViewFlags;
20}
21
22+ (double)defaultDurationForTransition:(int)fp8;
23- (id)initWithFrame:(struct CGRect)fp8;
24- (id)initWithCoder:(id)fp8;
25- (void)encodeWithCoder:(id)fp8;
26- (void)dealloc;
27- (double)durationForTransition:(int)fp8;
28- (void)_didStartTransition;
29- (void)_didCompleteTransition:(BOOL)fp8;
30- (BOOL)transition:(int)fp8 toView:(id)fp12;
31- (void)notifyDidCompleteTransition:(id)fp8;
32- (BOOL)transition:(int)fp8 fromView:(id)fp12 toView:(id)fp16;
33- (id)fromView;
34- (id)toView;
35- (BOOL)isTransitioning;
36- (void)setDelegate:(id)fp8;
37- (id)delegate;
38- (BOOL)ignoresInteractionEvents;
39- (void)setIgnoresInteractionEvents:(BOOL)fp8;
40- (void)_startTransition:(int)fp8 withDuration:(float)fp12;
41- (void)_transitionDidStop:(id)fp8 finished:(id)fp12;
42
43@end
44