]> git.saurik.com Git - iphone-api.git/blob - ChatKit/CKWebviewBasedContentEntryBridge.h
Add support for new WinterBoard Settings features.
[iphone-api.git] / ChatKit / CKWebviewBasedContentEntryBridge.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/CKContentEntryBridge.h>
8
9 @class NSMutableArray;
10
11 @interface CKWebviewBasedContentEntryBridge : CKContentEntryBridge
12 {
13 NSMutableArray *_resources;
14 int _composeResourcePoolID;
15 }
16
17 - (id)init;
18 - (void)dealloc;
19 - (id)newContentViewWithFrame:(struct CGRect)fp8;
20 - (void)setMessageComposition:(id)fp8;
21 - (id)messageComposition;
22 - (void)setMessageParts:(id)fp8;
23 - (id)attachments;
24 - (id)messageParts;
25 - (void)insertMessagePart:(id)fp8;
26 - (BOOL)hasContent;
27 - (id)supportedPasteboardTypesInTextContentView:(id)fp8;
28 - (id)documentFragmentForPasteboardItemAtIndex:(int)fp8 inTextContentView:(id)fp12;
29 - (void)richContentView:(id)fp8 didRemoveImage:(id)fp12;
30 - (void)richContentView:(id)fp8 didInsertImage:(id)fp12;
31 - (id)_textView;
32 - (void)_resetResourcePool;
33 - (id)_nodeForImagePart:(id)fp8 forRichContentView:(id)fp12;
34 - (id)_htmlForMessagePart:(id)fp8;
35
36 @end
37