]> git.saurik.com Git - iphone-api.git/blob - MobileSMS/mSMSMessageListController.h
Commit the ChatKit folder (for WinterBoard).
[iphone-api.git] / MobileSMS / mSMSMessageListController.h
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 <UIKit/UIViewController.h>
8
9 @class UITable, UIToolbar, mSMSUIController;
10
11 @interface mSMSMessageListController : UIViewController
12 {
13 mSMSUIController *_uiController;
14 UITable *_table;
15 UIToolbar *_buttonBar;
16 unsigned int _willBeMarkedReadCount;
17 unsigned int _dirty:1;
18 unsigned int _isVisible:1;
19 unsigned int _isUpdatingDisabled:1;
20 }
21
22 - (id)initWithUIController:(id)fp8;
23 - (void)dealloc;
24 - (void)_groupsChanged:(id)fp8;
25 - (void)resetSelection;
26 - (void)updateTitle;
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;
35 - (void)loadView;
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;
49
50 @end
51