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 <UIKit/UIViewController.h>
9 @
class UITable
, UIToolbar
, mSMSUIController
;
11 @interface mSMSMessageListController
: UIViewController
13 mSMSUIController
*_uiController
;
15 UIToolbar
*_buttonBar
;
16 unsigned int _willBeMarkedReadCount
;
17 unsigned int _dirty
:1;
18 unsigned int _isVisible
:1;
19 unsigned int _isUpdatingDisabled
:1;
22 - (id
)initWithUIController
:(id
)fp8
;
24 - (void)_groupsChanged
:(id
)fp8
;
25 - (void)resetSelection
;
27 - (void)updateEditButton
;
28 - (void)messageGroupWillBeMarkedRead
:(id
)fp8
;
29 - (void)noteUnreadCountsChanged
;
30 - (void)significantTimeChange
;
31 - (void)updateMessageList
;
32 - (void)disableMessageListUpdates
;
33 - (void)enableMessageListUpdates
;
34 - (void)noteMessageListChanged
;
36 - (void)viewWillAppear
:(BOOL
)fp8
;
37 - (void)viewDidAppear
:(BOOL
)fp8
;
38 - (void)viewDidDisappear
:(BOOL
)fp8
;
39 - (void)setEditing
:(BOOL
)fp8 animated
:(BOOL
)fp12
;
40 - (void)composeButtonClicked
:(id
)fp8
;
41 - (void)table
:(id
)fp8 deleteRow
:(int)fp12
;
42 - (BOOL
)table
:(id
)fp8 canDeleteRow
:(int)fp12
;
43 - (id
)table
:(id
)fp8 cellForRow
:(int)fp12 column
:(id
)fp16 reusing
:(id
)fp20
;
44 - (BOOL
)table
:(id
)fp8 showDisclosureForRow
:(int)fp12
;
45 - (int)numberOfRowsInTable
:(id
)fp8
;
46 - (void)tableSelectionDidChange
:(id
)fp8
;
47 - (void)table
:(id
)fp8 willSwipeToDeleteRow
:(int)fp12
;
48 - (void)table
:(id
)fp8 willCancelSwipeToDeleteRow
:(int)fp12
;