]>
Commit | Line | Data |
---|---|---|
298474e0 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 "NSObject.h" | |
8 | ||
9 | @class NSMutableArray; | |
10 | ||
11 | @interface SBDisplayStack : NSObject | |
12 | { | |
13 | NSMutableArray *_displayStack; | |
14 | void *_pushCallback; | |
15 | void *_popCallback; | |
16 | } | |
17 | ||
18 | - (id)init; | |
19 | - (void)_setDisplayStack:(id)fp8; | |
20 | - (id)copyWithZone:(struct _NSZone *)fp8; | |
21 | - (void)dealloc; | |
22 | - (void)setPushCallBack:(void *)fp8; | |
23 | - (void)setPopCallBack:(void *)fp8; | |
24 | - (BOOL)isEmpty; | |
25 | - (void)pushDisplay:(id)fp8; | |
26 | - (id)pop; | |
27 | - (void)flushWithoutCallbackSparingDisplay:(id)fp8; | |
28 | - (id)popDisplay:(id)fp8; | |
29 | - (id)displays; | |
30 | - (id)topDisplay; | |
31 | - (id)topApplication; | |
32 | - (id)topAlert; | |
33 | - (id)description; | |
34 | ||
35 | @end | |
36 |