Commit | Line | Data |
---|---|---|
c58d80b0 JF |
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 NSObject<CKContentEntryBridgeClient>; | |
10 | ||
11 | @interface CKContentEntryBridge : NSObject | |
12 | { | |
13 | NSObject<CKContentEntryBridgeClient> *_entryView; | |
14 | } | |
15 | ||
16 | + (id)newContentEntryBridge; | |
17 | - (void)dealloc; | |
18 | - (void)setMessageComposition:(id)fp8; | |
19 | - (id)messageComposition; | |
20 | - (void)setMessageParts:(id)fp8; | |
21 | - (id)messageParts; | |
22 | - (id)attachments; | |
23 | - (void)insertMessagePart:(id)fp8; | |
24 | - (BOOL)hasContent; | |
25 | - (id)newContentViewWithFrame:(struct CGRect)fp8; | |
26 | - (id)supportedPasteboardTypesInTextContentView:(id)fp8; | |
27 | - (id)documentFragmentForPasteboardItemAtIndex:(int)fp8 inTextContentView:(id)fp12; | |
28 | - (id)contentEntryView; | |
29 | - (void)setContentEntryView:(id)fp8; | |
30 | ||
31 | @end | |
32 |