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 UIImageView
, UITextLabel
;
11 @interface UIImageAndTextTableCell
: UITableCell
13 UITextLabel
*_titleTextLabel
;
14 UIImageView
*_iconImageView
;
17 + (id
)defaultTitleFont
;
20 - (void)setTitle
:(id
)fp8
;
22 - (void)setImage
:(id
)fp8
;
25 - (void)updateHighlightColors
;
26 - (void)setUserInteractionEnabled
:(BOOL
)fp8
;
28 - (struct CGPoint
)textInset
;
29 - (struct CGPoint
)iconInset
;
30 - (void)setAlignment
:(int)fp8
;
32 - (void)layoutSubviews
;