]>
Commit | Line | Data |
---|---|---|
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/CKMediaObject.h> | |
8 | ||
9 | @interface CKUnknownMediaObject : CKMediaObject | |
10 | { | |
11 | } | |
12 | ||
13 | + (BOOL)supportsMIMEType:(id)fp8; | |
14 | - (float)balloonHeightWithPreviewData:(id)fp8; | |
15 | - (Class)balloonPreviewClassWithPreviewData:(id)fp8; | |
16 | - (BOOL)shouldTranscodeForMMS; | |
17 | - (id)newTranscodingForMMSWithMaxByteLength:(int)fp8; | |
18 | - (id)newPreview:(int)fp8 highlight:(BOOL)fp12; | |
19 | - (id)_icon; | |
20 | - (void)configureBalloon:(id)fp8 withPreviewData:(id)fp12; | |
21 | - (id)_effectiveFilename; | |
22 | ||
23 | @end | |
24 |