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 "UIViewController.h"
9 #import "MFMailComposeViewControllerDelegate-Protocol.h"
10 #import "UITableViewDataSource-Protocol.h"
11 #import "UITableViewDelegate-Protocol.h"
13 @
class CKConversationList
, CKService
, CKTranscriptController
, MFMailComposeViewController
, UINavigationController
, UITableView
, UIToolbar
;
15 @interface CKConversationListController
: UIViewController
<UITableViewDataSource
, UITableViewDelegate
, MFMailComposeViewControllerDelegate
>
17 UINavigationController
*_navigationController
;
19 CKTranscriptController
*_transcriptController
;
20 UIToolbar
*_buttonBar
;
21 unsigned int _willBeMarkedReadCount
;
22 unsigned int _dirty
:1;
23 unsigned int _isVisible
:1;
24 unsigned int _isUpdatingDisabled
:1;
25 CKService
*_currentService
;
26 CKConversationList
*_conversationList
;
27 MFMailComposeViewController
*_mailComposeController
;
30 - (void)setConversationList
:(id
)fp8
;
31 - (id
)initWithNavigationController
:(id
)fp8 service
:(id
)fp12
;
33 - (id
)transcriptController
;
34 - (void)_conversationWasMarkedAsRead
:(id
)fp8
;
35 - (void)_conversationDidChange
:(id
)fp8
;
36 - (void)_conversationMessageWasSent
:(id
)fp8
;
37 - (void)_groupsChanged
:(id
)fp8
;
39 - (void)updateNavigationItems
;
40 - (void)conversationWillBeMarkedRead
:(id
)fp8
;
41 - (void)noteUnreadCountsChanged
;
42 - (void)significantTimeChange
;
43 - (void)updateConversationList
;
44 - (void)disableConversationListUpdates
;
45 - (void)enableConversationListUpdates
;
46 - (void)noteConversationListChanged
;
47 - (void)showMessagesForAddress
:(id
)fp8 animate
:(BOOL
)fp12
;
48 - (void)showNewMessageCompositionPanel
:(BOOL
)fp8
;
49 - (void)showConversation
:(id
)fp8 animate
:(BOOL
)fp12
;
50 - (BOOL
)resumeToConversation
:(id
)fp8 unsentComposition
:(id
)fp12
;
51 - (void)show
:(BOOL
)fp8
;
52 - (BOOL
)showUnreadConversations
;
53 - (BOOL
)isShowingTranscriptWithUnsentText
;
55 - (void)viewWillAppear
:(BOOL
)fp8
;
56 - (void)viewDidAppear
:(BOOL
)fp8
;
57 - (void)viewDidDisappear
:(BOOL
)fp8
;
58 - (BOOL
)shouldAutorotateToInterfaceOrientation
:(int)fp8
;
59 - (void)_getRotationContentSettings
:(CDAnonymousStruct1
*)fp8
;
60 - (void)setEditing
:(BOOL
)fp8 animated
:(BOOL
)fp12
;
61 - (void)composeButtonClicked
:(id
)fp8
;
63 - (void)tableView
:(id
)fp8 didSelectRowAtIndexPath
:(id
)fp12
;
64 - (int)tableView
:(id
)fp8 numberOfRowsInSection
:(int)fp12
;
65 - (id
)tableView
:(id
)fp8 cellForRowAtIndexPath
:(id
)fp12
;
66 - (void)tableView
:(id
)fp8 willBeginEditingRowAtIndexPath
:(id
)fp12
;
67 - (void)tableView
:(id
)fp8 didEndEditingRowAtIndexPath
:(id
)fp12
;
68 - (void)deleteButtonPressedForIndexPath
:(id
)fp8
;
69 - (void)tableView
:(id
)fp8 commitEditingStyle
:(int)fp12 forRowAtIndexPath
:(id
)fp16
;
70 - (void)_displaySMSDatabaseFullWarning
;
71 - (void)_showMailComposeSheet
;
72 - (void)showMailComposeSheetForAutosavedMessage
;
73 - (void)autosaveMailComposition
;
74 - (void)showMailComposeSheetForAddress
:(id
)fp8
;
75 - (void)mailComposeController
:(id
)fp8 didFinishWithResult
:(int)fp12 error
:(id
)fp16
;
76 - (void)didCancelComposition
:(id
)fp8
;
77 - (id
)conversationList
;