]>
Commit | Line | Data |
---|---|---|
c58d80b0 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 <ChatKit/CKBalloonView.h> | |
8 | ||
9 | @class NSString; | |
10 | ||
11 | @interface CKSimpleBalloonView : CKBalloonView | |
12 | { | |
13 | NSString *_text; | |
14 | } | |
15 | ||
16 | + (float)minimumBubbleHeight; | |
17 | + (float)heightForText:(id)fp8 width:(float)fp12 includeBuffers:(BOOL)fp16; | |
18 | + (BOOL)showsSubject; | |
19 | - (id)text; | |
20 | - (id)subject; | |
21 | - (void)setText:(id)fp8; | |
22 | - (void)setMessagePart:(id)fp8; | |
23 | - (void)setComposition:(id)fp8; | |
24 | - (void)prepareForReuse; | |
25 | - (void)dealloc; | |
26 | - (void)setBackgroundColor:(id)fp8; | |
27 | - (struct CGRect)subjectBounds; | |
28 | - (struct CGRect)textBounds; | |
29 | - (void)drawRect:(struct CGRect)fp8; | |
30 | ||
31 | @end | |
32 |