]>
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 | @interface CKMessageComposition : NSObject | |
10 | { | |
11 | } | |
12 | ||
13 | + (id)newCompositionForText:(id)fp8; | |
14 | + (id)newCompositionForMessage:(id)fp8; | |
15 | + (id)newComposition; | |
16 | + (void)deleteFileWithPrefix:(id)fp8 path:(id)fp12; | |
17 | + (id)messageCompositionFromFileWithPrefix:(id)fp8 path:(id)fp12; | |
18 | - (BOOL)hasContent; | |
19 | - (BOOL)isTextOnly; | |
20 | - (void)setIsTextOnly:(BOOL)fp8; | |
21 | - (id)markupString; | |
22 | - (void)setMarkupString:(id)fp8; | |
23 | - (id)textString; | |
24 | - (void)setTextString:(id)fp8; | |
25 | - (id)resources; | |
26 | - (void)setResources:(id)fp8; | |
27 | - (id)subject; | |
28 | - (void)setSubject:(id)fp8; | |
29 | - (void)writeToFileWithPrefix:(id)fp8 path:(id)fp12; | |
30 | ||
31 | @end | |
32 |