]> git.saurik.com Git - iphone-api.git/blob - ChatKit/CKMediaObjectMessagePart.h
Some changes to compile WinterBoard with clang++.
[iphone-api.git] / ChatKit / CKMediaObjectMessagePart.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 <ChatKit/CKMessagePart.h>
8
9 @class CKMediaObject, NSData, UIImage;
10
11 @interface CKMediaObjectMessagePart : CKMessagePart
12 {
13 CKMediaObject *_mediaObject;
14 UIImage *_composeImage;
15 NSData *_previewData;
16 NSData *_composeData;
17 NSData *_dataForHighlight;
18 }
19
20 - (id)detachedCopy;
21 - (id)initWithMediaObject:(id)fp8;
22 - (id)composeImage;
23 - (BOOL)isDisplayable;
24 - (int)_orientation;
25 - (void)setComposeData:(id)fp8;
26 - (void)setPreviewData:(id)fp8;
27 - (id)highlightData;
28 - (id)composeData;
29 - (id)previewData;
30 - (void)copyToPasteboard;
31 - (int)type;
32 - (void)dealloc;
33 - (id)mediaObject;
34
35 @end
36