]> git.saurik.com Git - iphone-api.git/blob - ChatKit/CKTranscriptBubbleData.h
Commit the ChatKit folder (for WinterBoard).
[iphone-api.git] / ChatKit / CKTranscriptBubbleData.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 "NSObject.h"
8
9 @class NSDate, NSMutableArray;
10
11 @interface CKTranscriptBubbleData : NSObject
12 {
13 NSMutableArray *_bubbleDataArray;
14 float _balloonWidth;
15 NSDate *_nextEligibleTimestamp;
16 }
17
18 + (Class)balloonClassForMessagePart:(id)fp8;
19 + (Class)balloonClassForFlags:(unsigned long)fp8;
20 + (Class)balloonClassForMessage:(id)fp8;
21 + (unsigned long)_processFlags:(unsigned long)fp8 forText:(id)fp12;
22 - (void)dealloc;
23 - (int)count;
24 - (id)data:(int)fp8 forIndex:(int)fp12;
25 - (id)bubbleDataForIndex:(int)fp8;
26 - (BOOL)bubbleData:(id)fp8 isEqualToIndex:(int)fp12;
27 - (id)deleteMessageAtIndex:(int)fp8;
28 - (void)appendBubbleDataForMessage:(id)fp8;
29 - (void)clearBubbleData;
30 - (void)_createArrayIfNeeded;
31 - (void)_createBubbleInfoForImage:(id)fp8 part:(id)fp12 subject:(id)fp16;
32 - (void)_appendTextMessage:(id)fp8 part:(id)fp12 height:(int)fp16 text:(id)fp20 subject:(id)fp24 bubbleClass:(Class)fp28 messageContinuation:(BOOL)fp32;
33 - (void)_createSegmentArrayForMessageText:(id)fp8 height:(unsigned int *)fp12 message:(id)fp16 subject:(id)fp20 part:(id)fp24 messageContinuation:(BOOL)fp28;
34 - (void)_createBubbleInfoForTextMessage:(id)fp8 part:(id)fp12 subject:(id)fp16;
35 - (void)_appendDateForMessageIfNeeded:(id)fp8;
36 - (void)_appendEntity:(id)fp8;
37 - (void)_appendDate:(id)fp8;
38 - (void)_appendEntityForMessageIfNeeded:(id)fp8;
39 - (void)_setupNextEligibleTimestamp:(id)fp8;
40 - (BOOL)_shouldShowTimestampForDate:(id)fp8;
41 - (float)balloonWidth;
42 - (void)setBalloonWidth:(float)fp8;
43
44 @end
45