forked from caughtinflux/iOS-6-SpringBoard-Headers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SBAppToAppTransitionController.h
35 lines (28 loc) · 1.05 KB
/
SBAppToAppTransitionController.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 "SBUIAnimationController.h"
#import "SBUIFullscreenAnimationViewDelegate-Protocol.h"
@class SBAppToAppTransitionView;
@interface SBAppToAppTransitionController : SBUIAnimationController <SBUIFullscreenAnimationViewDelegate>
{
SBAppToAppTransitionView *_transitionView;
BOOL _requiresHostView;
BOOL _dismissBanner;
}
+ (id)_transitionWindow;
@property(retain, nonatomic) SBAppToAppTransitionView *transitionView; // @synthesize transitionView=_transitionView;
- (void)appTransitionViewAnimationDidStop:(id)arg1;
- (void)appTransitionView:(id)arg1 animationWillStartWithDuration:(double)arg2 afterDelay:(double)arg3;
- (void)_cleanupAnimation;
- (void)_cancelAnimation;
- (void)_startAnimation;
- (void)_prepareAnimation;
- (void)_setHidden:(BOOL)arg1;
- (id)_animationProgressDependency;
- (BOOL)_animationShouldStart;
- (void)dealloc;
- (id)initWithActivatingApp:(id)arg1 deactivatingApp:(id)arg2;
@end