forked from caughtinflux/iOS-6-SpringBoard-Headers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SBAppToAppTransitionView.h
35 lines (29 loc) · 953 Bytes
/
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
/*
* Generated by class-dump 3.3.4 (64 bit).
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2011 by Steve Nygard.
*/
#import "SBUIFullscreenAnimationView.h"
@class CALayer, CATransformLayer, SBApplication, UIView;
@interface SBAppToAppTransitionView : SBUIFullscreenAnimationView
{
SBApplication *_toApplication;
CATransformLayer *_transformLayer;
CALayer *_startLayer;
CALayer *_stopLayer;
UIView *_fromView;
UIView *_toView;
int _orientation;
}
@property(nonatomic) int orientation; // @synthesize orientation=_orientation;
@property(retain, nonatomic) SBApplication *toApp; // @synthesize toApp=_toApplication;
- (float)_rotationRadians;
- (id)_rotationValueFunction;
- (void)animationDidStop:(id)arg1 finished:(BOOL)arg2;
- (void)endTransition;
- (void)beginTransition;
- (void)setToView:(id)arg1;
- (void)setFromView:(id)arg1;
- (void)dealloc;
- (id)initWithFrame:(struct CGRect)arg1;
@end