]> git.saurik.com Git - iphone-api.git/blob - PhotoLibrary/PLSelectableTable.h
Add some IOMobileFramebuffer functions long ago used by Veency.
[iphone-api.git] / PhotoLibrary / PLSelectableTable.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 "UITable.h"
8
9 @class UITableCell;
10
11 @interface PLSelectableTable : UITable
12 {
13 BOOL _allowsCellSelection;
14 UITableCell *_selectedCell;
15 float _topPadding;
16 }
17
18 - (BOOL)_canDrawContent;
19 - (void)dealloc;
20 - (void)setAllowsCellSelection:(BOOL)fp8;
21 - (void)selectRow:(int)fp8 byExtendingSelection:(BOOL)fp12;
22 - (void)highlightView:(id)fp8 state:(BOOL)fp12;
23 - (void)setTopPadding:(float)fp8;
24 - (struct CGRect)rectOfRow:(int)fp8;
25 - (struct _NSRange)rowsInRect:(struct CGRect)fp8;
26
27 @end
28