]> git.saurik.com Git - iphone-api.git/blob - PhotoLibrary/SelectableTable.h
Add support for new WinterBoard Settings features.
[iphone-api.git] / PhotoLibrary / SelectableTable.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 <UIKit/UITable.h>
8
9 @class UITableCell;
10
11 @interface SelectableTable : UITable
12 {
13 BOOL _allowsCellSelection;
14 UITableCell *_selectedCell;
15 }
16
17 - (BOOL)_canDrawContent;
18 - (void)dealloc;
19 - (void)setAllowsCellSelection:(BOOL)fp8;
20 - (void)selectRow:(int)fp8 byExtendingSelection:(BOOL)fp12;
21 - (void)highlightView:(id)fp8 state:(BOOL)fp12;
22
23 @end
24