2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
11 @interface PLSelectableTable
: UITable
13 BOOL _allowsCellSelection
;
14 UITableCell
*_selectedCell
;
18 - (BOOL
)_canDrawContent
;
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
;