]> git.saurik.com Git - iphone-api.git/blob - MobileSMS/mSMSLinkViewController.h
Commit these numerous sequestered UIKit updates.
[iphone-api.git] / MobileSMS / mSMSLinkViewController.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 "UIViewController.h"
8
9 @class NSArray, UIPreferencesTable, mSMSUIController;
10
11 @interface mSMSLinkViewController : UIViewController
12 {
13 mSMSUIController *_uiController;
14 NSArray *_linkProps;
15 UIPreferencesTable *_table;
16 }
17
18 - (id)initWithUIController:(id)fp8;
19 - (void)dealloc;
20 - (void)setLinkProperties:(id)fp8;
21 - (void)viewWillAppear:(BOOL)fp8;
22 - (void)viewDidDisappear:(BOOL)fp8;
23 - (void)loadView;
24 - (void)tableSelectionDidChange:(id)fp8;
25 - (int)numberOfGroupsInPreferencesTable:(id)fp8;
26 - (int)preferencesTable:(id)fp8 numberOfRowsInGroup:(int)fp12;
27 - (id)preferencesTable:(id)fp8 cellForRow:(int)fp12 inGroup:(int)fp16;
28
29 @end
30