]> git.saurik.com Git - iphone-api.git/blob - ChatKit/CKMessagePart.h
611e3dcdf8ed4645d5f0d9aac8192f20ee5bfa37
[iphone-api.git] / ChatKit / CKMessagePart.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 CKMessage;
10
11 @interface CKMessagePart : NSObject
12 {
13 unsigned int _height;
14 unsigned int _flags;
15 CKMessage *_parentMessage;
16 }
17
18 + (id)_assembleTextPartFromRange:(id)fp8;
19 + (id)_newPartsForNode:(id)fp8 resources:(id)fp12;
20 + (id)copyDetachedMessageParts:(id)fp8;
21 + (id)copyMessagePartsFromComposition:(id)fp8;
22 + (id)_newPartForPartRepresentation:(id)fp8 previewPartRepresentation:(id)fp12;
23 + (id)copyMessagePartsFromArrayRepresentation:(id)fp8;
24 + (id)copyDeletedPart;
25 + (id)copyUnknownPart;
26 - (id)mediaObject;
27 - (id)previewText;
28 - (BOOL)isDisplayable;
29 - (id)text;
30 - (id)imageData;
31 - (id)image;
32 - (id)highlightData;
33 - (id)previewImage;
34 - (id)composeImage;
35 - (id)imageFilename;
36 - (id)detachedCopy;
37 - (void)getUIHeight:(unsigned int *)fp8 flags:(unsigned int *)fp12;
38 - (int)type;
39 - (void)setUIHeight:(unsigned long)fp8 flags:(unsigned long)fp12;
40 - (void)dealloc;
41 - (id)previewData;
42 - (id)composeData;
43 - (void)copyToPasteboard;
44 - (id)parentMessage;
45 - (void)setParentMessage:(id)fp8;
46
47 @end
48