]> git.saurik.com Git - iphone-api.git/blame_incremental - UIKit/UITableHeaderFooterView.h
Added some SpringBoardServices work from ashikase.
[iphone-api.git] / UIKit / UITableHeaderFooterView.h
... / ...
CommitLineData
1/*
2 * Generated by class-dump 3.1.2.
3 *
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
5 */
6
7#import <UIKit/UIView.h>
8
9@class UIImage, UILabel;
10
11@interface UITableHeaderFooterView : UIView
12{
13 UILabel *_label;
14 UIImage *_backgroundImage;
15 int _tableViewStyle;
16 BOOL _sectionHeader;
17}
18
19+ (id)_defaultFontForTableViewStyle:(int)fp8 isSectionHeader:(BOOL)fp12;
20- (id)initWithFrame:(struct CGRect)fp8;
21- (void)dealloc;
22- (void)setFrame:(struct CGRect)fp8;
23- (struct CGRect)frame;
24- (void)setText:(id)fp8;
25- (id)text;
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;
35
36@end
37