--- /dev/null
+/*
+ * 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
+