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 @
class NSArray
, UIPreferencesTable
, mSMSUIController
;
11 @interface mSMSLinkViewController
: UIViewController
13 mSMSUIController
*_uiController
;
15 UIPreferencesTable
*_table
;
18 - (id
)initWithUIController
:(id
)fp8
;
20 - (void)setLinkProperties
:(id
)fp8
;
21 - (void)viewWillAppear
:(BOOL
)fp8
;
22 - (void)viewDidDisappear
:(BOOL
)fp8
;
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
;