2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 #import <ChatKit/CKService.h>
11 @interface CKLoopbackService
: CKService
13 NSMutableArray
*_conversations
;
16 + (id
)sharedLoopbackService
;
17 - (id
)newMessageWithComposition
:(id
)fp8 forConversation
:(id
)fp12
;
18 - (id
)placeholderMessageForConversation
:(id
)fp8 withDate
:(id
)fp12
;
19 - (void)addMessageToStore
:(id
)fp8 incrementUnreadCount
:(BOOL
)fp12
;
20 - (void)sendMessage
:(id
)fp8
;
21 - (void)_reallySendMessage
:(id
)fp8
;
22 - (void)_receiveMessageForMessage
:(id
)fp8
;
23 - (int)unreadConversationCount
;
25 - (int)unreadCountForConversation
:(id
)fp8
;
26 - (id
)lookupRecipientsForConversation
:(id
)fp8
;
28 - (id
)conversationSummaries
:(id
*)fp8 groupIDs
:(id
*)fp12
;
29 - (id
)messagesForConversation
:(id
)fp8 limit
:(int)fp12 moreToLoad
:(char *)fp16
;
30 - (int)createConversationWithRecipients
:(id
)fp8
;