]>
Commit | Line | Data |
---|---|---|
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 "UIView.h" | |
8 | ||
9 | @interface ABFlipTransitionLayer : UIView | |
10 | { | |
11 | UIView *_layer1; | |
12 | UIView *_layer2; | |
13 | UIView *_l1Top; | |
14 | UIView *_l1Bottom; | |
15 | UIView *_l2Top; | |
16 | UIView *_l2Bottom; | |
17 | UIView *_topShadowLayer; | |
18 | UIView *_bottomShadowLayer; | |
19 | BOOL _useShadow; | |
20 | id _delegate; | |
21 | } | |
22 | ||
23 | - (id)initWithLayer:(id)fp8 replacement:(id)fp12; | |
24 | - (id)toView; | |
25 | - (id)fromView; | |
26 | - (void)setup; | |
27 | - (void)animateHalfDown; | |
28 | - (void)animateAllDown; | |
29 | - (void)animator:(id)fp8 stopAnimation:(id)fp12; | |
30 | - (void)fold; | |
31 | - (void)setDelegate:(id)fp8; | |
32 | ||
33 | @end | |
34 |