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 CKBalloonView
, UIButton
;
11 @interface CKMessageCell
: UITableViewCell
13 CKBalloonView
*_balloonView
;
14 UIButton
*_failedButton
;
17 id _replacementMessageBubbleData
;
20 + (id
)_exclamationGlyphImage
;
22 + (id
)_failPressedImage
;
23 - (id
)initWithStyle
:(int)fp8 reuseIdentifier
:(id
)fp12
;
25 - (void)layoutSubviews
;
26 - (void)setEditing
:(BOOL
)fp8 animated
:(BOOL
)fp12
;
27 - (void)setHighlighted
:(BOOL
)fp8 animated
:(BOOL
)fp12
;
28 - (void)setSelected
:(BOOL
)fp8 animated
:(BOOL
)fp12
;
29 - (id
)_multiselectBackgroundColor
;
30 - (void)addBalloonView
:(id
)fp8
;
31 - (void)setFailed
:(BOOL
)fp8
;
32 - (void)setTopPadding
:(float)fp8 bottomPadding
:(float)fp12
;
33 - (void)_failPressed
:(id
)fp8
;
34 - (void)didTapBalloon
:(id
)fp8
;
35 - (void)_resetBalloonFrame
;
36 - (void)prepareForReuse
;
37 - (id
)replacementMessageBubbleData
;
38 - (void)setReplacementMessageBubbleData
:(id
)fp8
;