forked from autopear/SpringBoard-iOS5-Headers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SBAppToAppTransitionView.h
41 lines (35 loc) · 1.14 KB
/
SBAppToAppTransitionView.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
/*
* Generated by class-dump 3.3.4 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2011 by Steve Nygard.
*/
#import "UIView.h"
@class CALayer, CATransformLayer, SBApplication;
@interface SBAppToAppTransitionView : UIView
{
id _delegate;
SBApplication *_toApplication;
CATransformLayer *_transformLayer;
CALayer *_startLayer;
CALayer *_stopLayer;
UIView *_fromView;
UIView *_toView;
BOOL _animating;
BOOL _workspaceIsReadyForAnimationCleanup;
int _orientation;
}
- (id)initWithFrame:(struct CGRect)arg1;
- (void)dealloc;
- (void)setFromView:(id)arg1;
- (void)setToView:(id)arg1;
- (void)beginTransition;
- (void)endTransition;
- (void)noteWorkspaceIsReadyForAnimationCleanupWithActivatingApp:(id)arg1;
- (void)animationDidStop:(id)arg1 finished:(BOOL)arg2;
- (id)_rotationValueFunction;
- (float)_rotationRadians;
- (void)_transitionBegun:(double)arg1;
@property(nonatomic) int orientation; // @synthesize orientation=_orientation;
@property(retain, nonatomic) SBApplication *toApp; // @synthesize toApp=_toApplication;
@property(nonatomic) id delegate; // @synthesize delegate=_delegate;
@end