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 CKConversationList
, NSString
;
11 @interface CKService
: NSObject
14 CKConversationList
*_conversationList
;
17 - (id
)initWithServiceID
:(id
)fp8
;
18 - (int)createConversationWithRecipients
:(id
)fp8
;
19 - (int)conversationIDWithRecipients
:(id
)fp8
;
20 - (int)unreadConversationCount
;
21 - (int)unreadCountForConversation
:(id
)fp8
;
22 - (id
)headerTitleForEntities
:(id
)fp8
;
23 - (id
)headerTitleForComposeRecipients
:(id
)fp8 mediaObjects
:(id
)fp12 subject
:(id
)fp16
;
24 - (BOOL
)canSendToRecipients
:(id
)fp8 withAttachments
:(id
)fp12 alertIfUnable
:(BOOL
)fp16
;
25 - (void)markAllMessagesInConversationAsRead
:(id
)fp8
;
27 - (BOOL
)canSendMessageWithMediaObjectTypes
:(int *)fp8
;
29 - (id
)placeholderMessageForConversation
:(id
)fp8 withDate
:(id
)fp12
;
30 - (id
)newMessageWithComposition
:(id
)fp8 forConversation
:(id
)fp12
;
31 - (id
)newMessageWithMessage
:(id
)fp8 forConversation
:(id
)fp12 isForward
:(BOOL
)fp16
;
32 - (void)sendMessage
:(id
)fp8
;
33 - (id
)conversationSummaries
:(id
*)fp8 groupIDs
:(id
*)fp12
;
34 - (id
)lookupRecipientsForConversation
:(id
)fp8
;
36 - (int)maxRecipientCount
;
38 - (id
)messagesForConversation
:(id
)fp8 limit
:(int)fp12 moreToLoad
:(char *)fp16
;
39 - (BOOL
)restrictsMediaObjects
;
40 - (BOOL
)canAcceptMediaObject
:(id
)fp8 givenMediaObjects
:(id
)fp12
;
41 - (BOOL
)canAcceptMediaObjectType
:(int)fp8 givenMediaObjects
:(id
)fp12
;
42 - (double)maxTrimDurationForMediaType
:(int)fp8
;
43 - (id
)copyEntityForAddressString
:(id
)fp8
;
45 - (id
)abPropertyTypes
;
46 - (BOOL
)isValidAddress
:(id
)fp8
;
47 - (int)maxAttachmentCount
;
48 - (void)deleteMessagesForConversationIDs
:(id
)fp8 removeConversations
:(BOOL
)fp12
;
49 - (id
)conversationList
;