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/UITableCell.h>
9 @
class NSString
, UIFont
, UIImageView
;
11 @interface UISimpleTableCell
: UITableCell
14 UIImageView
*_iconImageView
;
15 unsigned int _indentationLevel
;
21 - (id
)initWithFrame
:(struct CGRect
)fp8
;
22 - (void)setFont
:(id
)fp8
;
25 - (void)drawTitleInRect
:(struct CGRect
)fp8 selected
:(BOOL
)fp24
;
26 - (void)drawContentInRect
:(struct CGRect
)fp8 selected
:(BOOL
)fp24
;
27 - (void)setUserInteractionEnabled
:(BOOL
)fp8
;
28 - (void)setTitle
:(id
)fp8
;
30 - (void)setTitleColor
:(int)fp8
;
32 - (void)layoutSubviews
;
33 - (void)setIcon
:(id
)fp8
;
35 - (void)setIndentationLevel
:(unsigned int)fp8
;
36 - (unsigned int)indentationLevel
;