]> git.saurik.com Git - iphone-api.git/blame - ChatKit/CKImageBalloonView.h
Some changes to compile WinterBoard with clang++.
[iphone-api.git] / ChatKit / CKImageBalloonView.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 UIImage;
10
11@interface CKImageBalloonView : CKBalloonView
12{
13 UIImage *_img;
14 UIImage *_balloonImage;
15}
16
17+ (struct CGPoint)offsetForBubbleInsetAtPoint:(struct CGPoint)fp8;
18+ (float)additionalHeightForBubbleWhenInsetAtPoint:(struct CGPoint)fp8;
19- (void)dealloc;
20- (void)setImage:(id)fp8;
21- (float)heightForWidth:(float)fp8;
22- (float)tightenedWidth;
23- (void)tighten;
24- (id)balloonImage;
25- (void)drawRect:(struct CGRect)fp8;
26- (void)copyToPasteboard;
27
28@end
29