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 #import "UITableViewDataSource-Protocol.h"
10 #import "UITableViewDelegate-Protocol.h"
12 @interface UITableViewController
: UIViewController
<UITableViewDelegate
, UITableViewDataSource
>
19 - (id
)initWithStyle
:(int)fp8
;
21 - (id
)existingTableView
;
23 - (void)setTableView
:(id
)fp8
;
25 - (void)_deselectAllRowsAnimated
:(BOOL
)fp8
;
26 - (void)viewWillAppear
:(BOOL
)fp8
;
27 - (void)viewDidAppear
:(BOOL
)fp8
;
28 - (void)setEditing
:(BOOL
)fp8 animated
:(BOOL
)fp12
;
29 - (int)tableView
:(id
)fp8 numberOfRowsInSection
:(int)fp12
;
30 - (id
)tableView
:(id
)fp8 cellForRowAtIndexPath
:(id
)fp12
;
31 - (void)tableView
:(id
)fp8 willBeginEditingRowAtIndexPath
:(id
)fp12
;
32 - (void)tableView
:(id
)fp8 didEndEditingRowAtIndexPath
:(id
)fp12
;