]> git.saurik.com Git - iphone-api.git/blame - UIKit/UISimpleTableCell.h
Commit the Preferences folder (for WinterBoard).
[iphone-api.git] / UIKit / UISimpleTableCell.h
CommitLineData
2cd8f71b
JF
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/UITableCell.h>
8
9@class NSString, UIFont, UIImageView;
10
11@interface UISimpleTableCell : UITableCell
12{
13 UIFont *_font;
14 UIImageView *_iconImageView;
15 unsigned int _indentationLevel;
16 NSString *_title;
17 int _titleColor;
18}
19
20+ (id)defaultFont;
21- (id)initWithFrame:(struct CGRect)fp8;
22- (void)setFont:(id)fp8;
23- (id)font;
24- (void)dealloc;
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;
29- (id)title;
30- (void)setTitleColor:(int)fp8;
31- (id)iconImageView;
32- (void)layoutSubviews;
33- (void)setIcon:(id)fp8;
34- (id)icon;
35- (void)setIndentationLevel:(unsigned int)fp8;
36- (unsigned int)indentationLevel;
37- (int)lineBreakMode;
38- (id)_scriptingInfo;
39
40@end
41