]> git.saurik.com Git - iphone-api.git/blame_incremental - UIKit/UIImageAndTextTableCell.h
Commit the Preferences folder (for WinterBoard).
[iphone-api.git] / UIKit / UIImageAndTextTableCell.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/UITableCell.h>
8
9@class UIImageView, UITextLabel;
10
11@interface UIImageAndTextTableCell : UITableCell
12{
13 UITextLabel *_titleTextLabel;
14 UIImageView *_iconImageView;
15}
16
17+ (id)defaultTitleFont;
18- (void)dealloc;
19- (id)titleTextLabel;
20- (void)setTitle:(id)fp8;
21- (id)title;
22- (void)setImage:(id)fp8;
23- (id)image;
24- (id)_getTitleColor;
25- (void)updateHighlightColors;
26- (void)setUserInteractionEnabled:(BOOL)fp8;
27- (id)iconImageView;
28- (struct CGPoint)textInset;
29- (struct CGPoint)iconInset;
30- (void)setAlignment:(int)fp8;
31- (int)alignment;
32- (void)layoutSubviews;
33- (id)_scriptingInfo;
34
35@end
36