]> git.saurik.com Git - iphone-api.git/blobdiff - UIKit/UITransitionView.h
Adding numerous class dumps.
[iphone-api.git] / UIKit / UITransitionView.h
diff --git a/UIKit/UITransitionView.h b/UIKit/UITransitionView.h
new file mode 100644 (file)
index 0000000..ef8d6e2
--- /dev/null
@@ -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 <UIKit/UIView.h>
+
+@interface UITransitionView : UIView <NSCoding>
+{
+    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
+