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 CKConversation
, CKService
, NSMutableArray
;
11 @interface CKConversationList
: NSObject
13 NSMutableArray
*_conversations
;
14 CKConversation
*_pendingConversation
;
15 NSMutableArray
*_groupsToDelete
;
20 - (id
)initWithService
:(id
)fp8
;
22 - (id
)conversationForRecipients
:(id
)fp8 create
:(BOOL
)fp12
;
23 - (id
)_recipientForMessage
:(id
)fp8
;
24 - (id
)_createConversationForMessage
:(id
)fp8 groupID
:(int)fp12
;
25 - (id
)_conversationForMessage
:(id
)fp8 groupID
:(int)fp12 create
:(BOOL
)fp16
;
26 - (id
)conversationForGroupID
:(int)fp8
;
27 - (id
)existingConversationForGroupID
:(int)fp8
;
28 - (id
)conversationForMessage
:(id
)fp8 create
:(BOOL
)fp12
;
31 - (id
)activeConversations
;
32 - (void)_addGroupToDeletionSchedule
:(int)fp8
;
33 - (void)_deleteGroups
;
34 - (id
)loadedConversations
;
36 - (id
)existingConversationForAddresses
:(id
)fp8
;
38 - (void)_conversationChanged
;
39 - (void)addConversation
:(id
)fp8
;
40 - (void)unpendConversation
;
41 - (void)applyPendingConversation
;
42 - (id
)pendingConversation
:(BOOL
)fp8
;
44 - (void)deleteConversationAtIndex
:(int)fp8
;