]>
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/CKTextContentView.h> | |
8 | ||
9 | #import "DOMEventListener-Protocol.h" | |
10 | ||
11 | @interface CKRichContentView : CKTextContentView <DOMEventListener> | |
12 | { | |
13 | id _richContentDelegate; | |
14 | } | |
15 | ||
16 | - (id)initWithFrame:(struct CGRect)fp8; | |
17 | - (void)dealloc; | |
18 | - (id)brElement; | |
19 | - (void)insertImage:(id)fp8 ID:(id)fp12 URL:(id)fp16; | |
20 | - (id)nodeForImage:(id)fp8 ID:(id)fp12 URL:(id)fp16; | |
21 | - (id)createDocumentFragment; | |
22 | - (void)_wvHelperThawSelectionTag; | |
23 | - (void)_wvInsertHTML:(id)fp8; | |
24 | - (void)_wvRegisterForDOMEvents; | |
25 | - (void)_wvUnregisterForDOMEvents; | |
26 | - (void)handleEvent:(id)fp8; | |
27 | - (void)setHTML:(id)fp8; | |
28 | - (void)insertHTML:(id)fp8; | |
29 | - (id)richContentDelegate; | |
30 | - (void)setRichContentDelegate:(id)fp8; | |
31 | ||
32 | @end | |
33 |