]> git.saurik.com Git - iphone-api.git/blame - SpringBoard-2.1/SBSearchTableViewCell.h
This one only took me maybe a half hour to find.
[iphone-api.git] / SpringBoard-2.1 / SBSearchTableViewCell.h
CommitLineData
298474e0
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/UITableViewCell.h"
8
9@class NSArray, NSString, UIFont;
10
11@interface SBSearchTableViewCell : UITableViewCell
12{
13 NSString *_title;
14 UIFont *_titleFont;
15 NSArray *_subtitleComponents;
16 UIFont *_subtitleFont;
17 BOOL _badged;
18 BOOL _usesAlternateBackgroundColor;
19 BOOL _isFirstInTableView;
20 BOOL _isFirstInSection;
21 float _sectionHeaderWidth;
22 float _edgeInset;
23}
24
25+ (id)backgroundColor;
26+ (id)alternateBackgroundColor;
27+ (id)lineColor;
28+ (id)alternateLineColor;
29+ (id)topLineShadowColor;
30- (id)initWithStyle:(int)fp8 reuseIdentifier:(id)fp12;
31- (void)dealloc;
32- (BOOL)_drawsContent;
33- (void)_drawContentInRect:(struct CGRect)fp8 selected:(BOOL)fp24;
34- (void)drawRect:(struct CGRect)fp8;
35- (float)edgeInset;
36- (void)setEdgeInset:(float)fp8;
37- (float)sectionHeaderWidth;
38- (void)setSectionHeaderWidth:(float)fp8;
39- (BOOL)isFirstInSection;
40- (void)setFirstInSection:(BOOL)fp8;
41- (BOOL)isFirstInTableView;
42- (void)setFirstInTableView:(BOOL)fp8;
43- (BOOL)usesAlternateBackgroundColor;
44- (void)setUsesAlternateBackgroundColor:(BOOL)fp8;
45- (BOOL)isBadged;
46- (void)setBadged:(BOOL)fp8;
47- (id)subtitleComponents;
48- (void)setSubtitleComponents:(id)fp8;
49- (id)title;
50- (void)setTitle:(id)fp8;
51
52@end
53