]> git.saurik.com Git - iphone-api.git/blob - ChatKit/CKMessageCell.h
Some changes to compile WinterBoard with clang++.
[iphone-api.git] / ChatKit / CKMessageCell.h
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 CKBalloonView, UIButton;
10
11 @interface CKMessageCell : UITableViewCell
12 {
13 CKBalloonView *_balloonView;
14 UIButton *_failedButton;
15 float _topPadding;
16 float _bottomPadding;
17 id _replacementMessageBubbleData;
18 }
19
20 + (id)_exclamationGlyphImage;
21 + (id)_failImage;
22 + (id)_failPressedImage;
23 - (id)initWithStyle:(int)fp8 reuseIdentifier:(id)fp12;
24 - (void)dealloc;
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;
39 - (id)balloonView;
40
41 @end
42