]> git.saurik.com Git - iphone-api.git/blob - ChatKit/CKLoopbackService.h
Some changes to compile WinterBoard with clang++.
[iphone-api.git] / ChatKit / CKLoopbackService.h
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 <ChatKit/CKService.h>
8
9 @class NSMutableArray;
10
11 @interface CKLoopbackService : CKService
12 {
13 NSMutableArray *_conversations;
14 }
15
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;
24 - (int)unreadCount;
25 - (int)unreadCountForConversation:(id)fp8;
26 - (id)lookupRecipientsForConversation:(id)fp8;
27 - (void)fixupNames;
28 - (id)conversationSummaries:(id *)fp8 groupIDs:(id *)fp12;
29 - (id)messagesForConversation:(id)fp8 limit:(int)fp12 moreToLoad:(char *)fp16;
30 - (int)createConversationWithRecipients:(id)fp8;
31 - (BOOL)dbFull;
32 - (void)dealloc;
33
34 @end
35