X-Git-Url: https://git.saurik.com/iphone-api.git/blobdiff_plain/f8d8a1a9bf3e8cbbb8a04dacfcd3257f1d560b63..2cd8f71baf5b8e3f2fc334a69a08a31948c2bd7c:/UIKit/UITransitionView.h?ds=inline diff --git a/UIKit/UITransitionView.h b/UIKit/UITransitionView.h new file mode 100644 index 0000000..ef8d6e2 --- /dev/null +++ b/UIKit/UITransitionView.h @@ -0,0 +1,44 @@ +/* + * Generated by class-dump 3.1.2. + * + * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard. + */ + +#import + +@interface UITransitionView : UIView +{ + UIView *_fromView; + UIView *_toView; + UIView *_firstResponderToRemember; + id _delegate; + struct { + unsigned int animationInProgress:1; + unsigned int ignoresInteractionEvents:1; + unsigned int reserved:30; + } _transitionViewFlags; +} + ++ (double)defaultDurationForTransition:(int)fp8; +- (id)initWithFrame:(struct CGRect)fp8; +- (id)initWithCoder:(id)fp8; +- (void)encodeWithCoder:(id)fp8; +- (void)dealloc; +- (double)durationForTransition:(int)fp8; +- (void)_didStartTransition; +- (void)_didCompleteTransition:(BOOL)fp8; +- (BOOL)transition:(int)fp8 toView:(id)fp12; +- (void)notifyDidCompleteTransition:(id)fp8; +- (BOOL)transition:(int)fp8 fromView:(id)fp12 toView:(id)fp16; +- (id)fromView; +- (id)toView; +- (BOOL)isTransitioning; +- (void)setDelegate:(id)fp8; +- (id)delegate; +- (BOOL)ignoresInteractionEvents; +- (void)setIgnoresInteractionEvents:(BOOL)fp8; +- (void)_startTransition:(int)fp8 withDuration:(float)fp12; +- (void)_transitionDidStop:(id)fp8 finished:(id)fp12; + +@end +