]>
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 "SBSlidingAlertDisplay.h" | |
8 | ||
9 | @class SBTextDisplayView, UIScroller; | |
10 | ||
11 | @interface SBSIMToolkitTextAlertDisplay : SBSlidingAlertDisplay | |
12 | { | |
13 | SBTextDisplayView *_contentView; | |
14 | UIScroller *_scroller; | |
15 | } | |
16 | ||
17 | + (id)createTopBarForInstance:(id)fp8; | |
18 | + (id)createBottomBarForInstance:(id)fp8; | |
19 | - (void)dealloc; | |
20 | - (void)navigationBar:(id)fp8 buttonClicked:(int)fp12; | |
21 | - (void)adjustScrollerFrame; | |
22 | - (id)initWithFrame:(struct CGRect)fp8; | |
23 | - (BOOL)showsDesktopImage; | |
24 | - (void)setMiddleContentAlpha:(float)fp8; | |
25 | - (void)displayDidTimeout; | |
26 | - (id)alertText; | |
27 | - (void)alertDisplayWillBecomeVisible; | |
28 | - (void)accept:(id)fp8; | |
29 | - (void)dismiss:(id)fp8; | |
30 | - (void)dismiss; | |
31 | ||
32 | @end | |
33 |