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/UITableViewCell.h"
9 @
class NSArray
, NSString
, UIFont
;
11 @interface SBSearchTableViewCell
: UITableViewCell
15 NSArray
*_subtitleComponents
;
16 UIFont
*_subtitleFont
;
18 BOOL _usesAlternateBackgroundColor
;
19 BOOL _isFirstInTableView
;
20 BOOL _isFirstInSection
;
21 float _sectionHeaderWidth
;
25 + (id
)backgroundColor
;
26 + (id
)alternateBackgroundColor
;
28 + (id
)alternateLineColor
;
29 + (id
)topLineShadowColor
;
30 - (id
)initWithStyle
:(int)fp8 reuseIdentifier
:(id
)fp12
;
32 - (BOOL
)_drawsContent
;
33 - (void)_drawContentInRect
:(struct CGRect
)fp8 selected
:(BOOL
)fp24
;
34 - (void)drawRect
:(struct CGRect
)fp8
;
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
;
46 - (void)setBadged
:(BOOL
)fp8
;
47 - (id
)subtitleComponents
;
48 - (void)setSubtitleComponents
:(id
)fp8
;
50 - (void)setTitle
:(id
)fp8
;