Add support for new WinterBoard Settings features.
[iphone-api.git] / ChatKit / CKWebBalloonView.h
CommitLineData
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 DOMHTMLElement, UIWebDocumentView;
10
11@interface CKWebBalloonView : CKBalloonView
12{
13 UIWebDocumentView *_webLayer;
14 DOMHTMLElement *_textElement;
15}
16
17+ (BOOL)shouldHaveAccessoryDiclosure;
18+ (struct CGSize)defaultSize;
19+ (float)heightForText:(id)fp8 width:(float)fp12 includeBuffers:(BOOL)fp16;
20- (id)initWithFrame:(struct CGRect)fp8 delegate:(id)fp24;
21- (void)dealloc;
22- (void)setOrientation:(int)fp8;
23- (void)setFrame:(struct CGRect)fp8;
24- (void)setMessagePart:(id)fp8;
25- (void)setComposition:(id)fp8;
26- (void)setText:(id)fp8;
27- (void)setDraws:(BOOL)fp8;
28- (id)text;
29- (void)layoutSubviews;
30- (void)setNeedsDisplay;
31- (void)tighten;
32- (void)cancelInteraction;
33
34@end
35