]>
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 NSArray, NSMutableDictionary, NSMutableSet; | |
10 | ||
11 | @interface CKDraftManager : NSObject | |
12 | { | |
13 | NSMutableDictionary *_cachedDrafts; | |
14 | NSMutableSet *_dirtyDraftIDs; | |
15 | NSArray *_pendingRecipients; | |
16 | } | |
17 | ||
18 | + (id)sharedInstance; | |
19 | + (void)_createPendingRecipientPath; | |
20 | + (id)_pendingRecipientFile; | |
21 | + (id)_draftSavePath; | |
22 | + (void)_createDraftSavePath; | |
23 | - (id)init; | |
24 | - (void)dealloc; | |
25 | - (id)draftForConversation:(id)fp8; | |
26 | - (void)setDraft:(id)fp8 forConversation:(id)fp12; | |
27 | - (void)clearDraftForConversation:(id)fp8; | |
28 | - (id)draftForPendingConversationWithRecipients:(id *)fp8; | |
29 | - (void)setDraftForPendingConversation:(id)fp8 withRecipients:(id)fp12; | |
30 | - (void)clearDraftForPendingConversation; | |
31 | - (void)save:(BOOL)fp8; | |
32 | - (id)_draftForKey:(id)fp8; | |
33 | - (void)_setDraft:(id)fp8 forKey:(id)fp12; | |
34 | - (void)_setPendingRecipients:(id)fp8; | |
35 | - (id)_pendingRecipients; | |
36 | ||
37 | @end | |
38 |