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 CKSMSService
: CKService
13 NSMutableSet
*_deliveryObjects
;
16 + (id
)sharedSMSService
;
20 - (id
)userFormattedAlphanumericStringForAddress
:(id
)fp8
;
21 - (int)unreadCountForConversation
:(id
)fp8
;
23 - (void)markAllMessagesInConversationAsRead
:(id
)fp8
;
24 - (void)_receivedMessage
:(struct __CKSMSRecord
*)fp8 replace
:(BOOL
)fp12
;
25 - (void)_sentMessage
:(struct __CKSMSRecord
*)fp8
;
26 - (void)_sendError
:(struct __CKSMSRecord
*)fp8
;
27 - (int)createConversationWithRecipients
:(id
)fp8
;
28 - (int)conversationIDWithRecipients
:(id
)fp8
;
29 - (void)_registerForCTNotifications
;
31 - (id
)abPropertyTypes
;
32 - (id
)_newMMSMessageWithParts
:(id
)fp8 forConversation
:(id
)fp12 subject
:(id
)fp16
;
33 - (id
)_newMMSMessageWithComposition
:(id
)fp8 forConversation
:(id
)fp12
;
34 - (id
)_newSMSMessageWithText
:(id
)fp8 forConversation
:(id
)fp12
;
35 - (BOOL
)_sendMMSByDefaultForConversation
:(id
)fp8
;
36 - (id
)newMessageWithMessage
:(id
)fp8 forConversation
:(id
)fp12 isForward
:(BOOL
)fp16
;
37 - (id
)newMessageWithComposition
:(id
)fp8 forConversation
:(id
)fp12
;
38 - (int)unreadConversationCount
;
40 - (id
)placeholderMessageForConversation
:(id
)fp8 withDate
:(id
)fp12
;
41 - (void)sendMessage
:(id
)fp8
;
43 - (id
)lookupRecipientsForConversation
:(id
)fp8
;
44 - (id
)conversationSummaries
:(id
*)fp8 groupIDs
:(id
*)fp12
;
45 - (id
)messagesForConversation
:(id
)fp8 limit
:(int)fp12 moreToLoad
:(char *)fp16
;
46 - (void)deleteMessagesForConversationIDs
:(id
)fp8 removeConversations
:(BOOL
)fp12
;
48 - (id
)copyEntityForAddressString
:(id
)fp8
;
50 - (id
)headerTitleForEntities
:(id
)fp8
;
51 - (id
)headerTitleForComposeRecipients
:(id
)fp8 mediaObjects
:(id
)fp12 subject
:(id
)fp16
;
52 - (BOOL
)restrictsMediaObjects
;
53 - (BOOL
)canSendMessageWithMediaObjectTypes
:(int *)fp8
;
54 - (BOOL
)canAcceptMediaObjectType
:(int)fp8 givenMediaObjects
:(id
)fp12
;
55 - (BOOL
)canSendToRecipients
:(id
)fp8 withAttachments
:(id
)fp12 alertIfUnable
:(BOOL
)fp16
;
56 - (int)maxRecipientCount
;
57 - (BOOL
)canAcceptMediaObject
:(id
)fp8 givenMediaObjects
:(id
)fp12
;
58 - (int)maxAttachmentCount
;
59 - (BOOL
)isValidAddress
:(id
)fp8
;
60 - (double)maxTrimDurationForMediaType
:(int)fp8
;