]> git.saurik.com Git - iphone-api.git/blob - SpringBoard-2.1/SBSIMToolkitListDisplay.h
I can't believe I wasted an entire day on this.
[iphone-api.git] / SpringBoard-2.1 / SBSIMToolkitListDisplay.h
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 NSArray, UITable;
10
11 @interface SBSIMToolkitListDisplay : SBSlidingAlertDisplay
12 {
13 UITable *_table;
14 NSArray *_items;
15 }
16
17 + (id)createTopBarForInstance:(id)fp8;
18 - (void)dealloc;
19 - (id)_simToolkitListItems;
20 - (void)_selectListItem:(unsigned long)fp8;
21 - (id)initWithFrame:(struct CGRect)fp8;
22 - (BOOL)showsDesktopImage;
23 - (void)setMiddleContentAlpha:(float)fp8;
24 - (void)alertDisplayWillBecomeVisible;
25 - (void)navigationBar:(id)fp8 buttonClicked:(int)fp12;
26 - (int)numberOfRowsInTable:(id)fp8;
27 - (id)table:(id)fp8 cellForRow:(int)fp12 column:(id)fp16;
28 - (void)tableSelectionDidChange:(id)fp8;
29
30 @end
31