2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 #import <UIKit/UITable.h>
11 @interface SelectableTable
: UITable
13 BOOL _allowsCellSelection
;
14 UITableCell
*_selectedCell
;
17 - (BOOL
)_canDrawContent
;
19 - (void)setAllowsCellSelection
:(BOOL
)fp8
;
20 - (void)selectRow
:(int)fp8 byExtendingSelection
:(BOOL
)fp12
;
21 - (void)highlightView
:(id
)fp8 state
:(BOOL
)fp12
;