]>
Commit | Line | Data |
---|---|---|
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 "UIModalView.h" | |
8 | ||
9 | @class NSArray; | |
10 | ||
11 | @interface SBAwayItemsView : UIModalView | |
12 | { | |
13 | NSArray *_displayedItems; | |
14 | float _widestLabel; | |
15 | } | |
16 | ||
17 | + (struct __GSFont *)createItemTypeFont; | |
18 | - (id)init; | |
19 | - (void)dealloc; | |
20 | - (BOOL)reloadData; | |
21 | - (BOOL)hasAwayItems; | |
22 | - (void)drawItems; | |
23 | - (void)drawRect:(struct CGRect)fp8; | |
24 | ||
25 | @end | |
26 |