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/UIView.h>
9 @
class UIImage
, UILabel
;
11 @interface UITableHeaderFooterView
: UIView
14 UIImage
*_backgroundImage
;
19 + (id
)_defaultFontForTableViewStyle
:(int)fp8 isSectionHeader
:(BOOL
)fp12
;
20 - (id
)initWithFrame
:(struct CGRect
)fp8
;
22 - (void)setFrame
:(struct CGRect
)fp8
;
23 - (struct CGRect
)frame
;
24 - (void)setText
:(id
)fp8
;
26 - (struct CGSize
)_textSizeForWidth
:(float)fp8
;
27 - (struct CGRect
)_labelFrame
;
28 - (struct CGSize
)sizeThatFits
:(struct CGSize
)fp8
;
29 - (void)_updateBackgroundImage
;
30 - (void)setTableViewStyle
:(int)fp8
;
31 - (void)setOpaque
:(BOOL
)fp8
;
32 - (void)drawRect
:(struct CGRect
)fp8
;
33 - (BOOL
)sectionHeader
;
34 - (void)setSectionHeader
:(BOOL
)fp8
;