2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
9 @
class NSArray
, NSMutableDictionary
, NSMutableSet
;
11 @interface CKDraftManager
: NSObject
13 NSMutableDictionary
*_cachedDrafts
;
14 NSMutableSet
*_dirtyDraftIDs
;
15 NSArray
*_pendingRecipients
;
19 + (void)_createPendingRecipientPath
;
20 + (id
)_pendingRecipientFile
;
22 + (void)_createDraftSavePath
;
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
;