]> git.saurik.com Git - iphone-api.git/blobdiff - AddressBookUI/ABFlipTransitionLayer.h
Adding numerous class dumps.
[iphone-api.git] / AddressBookUI / ABFlipTransitionLayer.h
diff --git a/AddressBookUI/ABFlipTransitionLayer.h b/AddressBookUI/ABFlipTransitionLayer.h
new file mode 100644 (file)
index 0000000..3471706
--- /dev/null
@@ -0,0 +1,34 @@
+/*
+ *     Generated by class-dump 3.1.2.
+ *
+ *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
+ */
+
+#import "UIView.h"
+
+@interface ABFlipTransitionLayer : UIView
+{
+    UIView *_layer1;
+    UIView *_layer2;
+    UIView *_l1Top;
+    UIView *_l1Bottom;
+    UIView *_l2Top;
+    UIView *_l2Bottom;
+    UIView *_topShadowLayer;
+    UIView *_bottomShadowLayer;
+    BOOL _useShadow;
+    id _delegate;
+}
+
+- (id)initWithLayer:(id)fp8 replacement:(id)fp12;
+- (id)toView;
+- (id)fromView;
+- (void)setup;
+- (void)animateHalfDown;
+- (void)animateAllDown;
+- (void)animator:(id)fp8 stopAnimation:(id)fp12;
+- (void)fold;
+- (void)setDelegate:(id)fp8;
+
+@end
+