]> git.saurik.com Git - iphone-api.git/blame - ChatKit/CKGenericFileBalloonView.h
Some changes to compile WinterBoard with clang++.
[iphone-api.git] / ChatKit / CKGenericFileBalloonView.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 NSString, UIImage;
10
11@interface CKGenericFileBalloonView : CKBalloonView
12{
13 UIImage *_icon;
14 NSString *_text;
15 NSString *_subtext;
16 float _originalWidth;
17}
18
19+ (struct CGPoint)offsetForBubbleInsetAtPoint:(struct CGPoint)fp8;
20+ (float)additionalHeightForBubbleWhenInsetAtPoint:(struct CGPoint)fp8;
21+ (float)fixedHeight;
22+ (BOOL)shouldHaveAccessoryDiclosure;
23- (id)initWithFrame:(struct CGRect)fp8 delegate:(id)fp24;
24- (void)dealloc;
25- (void)drawRect:(struct CGRect)fp8;
26- (float)tightenedWidth;
27- (void)tighten;
28- (void)setText:(id)fp8;
29- (void)setSubtext:(id)fp8;
30- (void)setIcon:(id)fp8;
31- (id)_titleFont;
32- (id)_subtitleFont;
33- (struct CGRect)_iconRect;
34- (struct CGRect)_textRect;
35- (struct CGRect)_subtextRect;
36- (id)icon;
37- (id)subtext;
38- (id)text;
39
40@end
41