]> git.saurik.com Git - iphone-api.git/blame - ChatKit/CKConversationList.h
Some changes to compile WinterBoard with clang++.
[iphone-api.git] / ChatKit / CKConversationList.h
CommitLineData
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 CKConversation, CKService, NSMutableArray;
10
11@interface CKConversationList : NSObject
12{
13 NSMutableArray *_conversations;
14 CKConversation *_pendingConversation;
15 NSMutableArray *_groupsToDelete;
16 BOOL _fullyLoaded;
17 CKService *_service;
18}
19
20- (id)initWithService:(id)fp8;
21- (void)dealloc;
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;
29- (void)resetCaches;
30- (void)fixupNames;
31- (id)activeConversations;
32- (void)_addGroupToDeletionSchedule:(int)fp8;
33- (void)_deleteGroups;
34- (id)loadedConversations;
35- (id)conversations;
36- (id)existingConversationForAddresses:(id)fp8;
37- (void)resort;
38- (void)_conversationChanged;
39- (void)addConversation:(id)fp8;
40- (void)unpendConversation;
41- (void)applyPendingConversation;
42- (id)pendingConversation:(BOOL)fp8;
43- (int)unreadCount;
44- (void)deleteConversationAtIndex:(int)fp8;
45- (id)service;
46
47@end
48