]>
Commit | Line | Data |
---|---|---|
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 | #import "UITableViewDataSource-Protocol.h" | |
10 | #import "UITableViewDelegate-Protocol.h" | |
11 | ||
12 | @interface UITableViewController : UIViewController <UITableViewDelegate, UITableViewDataSource> | |
13 | { | |
14 | int _tableViewStyle; | |
15 | void *_reserved; | |
16 | } | |
17 | ||
18 | - (id)init; | |
19 | - (id)initWithStyle:(int)fp8; | |
20 | - (void)dealloc; | |
21 | - (id)existingTableView; | |
22 | - (id)tableView; | |
23 | - (void)setTableView:(id)fp8; | |
24 | - (void)loadView; | |
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; | |
33 | ||
34 | @end | |
35 |