]> git.saurik.com Git - iphone-api.git/blob - AddressBookUI/ABAccountsAndGroupsViewController.h
Commit these numerous sequestered UIKit updates.
[iphone-api.git] / AddressBookUI / ABAccountsAndGroupsViewController.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 #import "UITableViewDelegate-Protocol.h"
10
11 @class ABAccountsAndGroupDataSource;
12
13 @interface ABAccountsAndGroupsViewController : UIViewController <UITableViewDelegate>
14 {
15 ABAccountsAndGroupDataSource *_dataSource;
16 }
17
18 - (id)init;
19 - (void)dealloc;
20 - (void)reloadData;
21 - (void)_showMembersWithModel:(id)fp8 animate:(BOOL)fp12;
22 - (void)showMembersOfGroup:(void *)fp8 animate:(BOOL)fp12;
23 - (void)showMembersOfGroupWrapper:(id)fp8 animate:(BOOL)fp12;
24 - (id)model;
25 - (void)setModel:(id)fp8;
26 - (void)_refreshIfNeeded;
27 - (void)loadView;
28 - (void)viewWillAppear:(BOOL)fp8;
29 - (void)viewWillDisappear:(BOOL)fp8;
30 - (id)tableView:(id)fp8 cellForRowAtIndexPath:(id)fp12;
31 - (id)tableView:(id)fp8 viewForHeaderInSection:(int)fp12;
32 - (float)tableView:(id)fp8 heightForHeaderInSection:(int)fp12;
33 - (void)tableView:(id)fp8 didSelectRowAtIndexPath:(id)fp12;
34 - (void)modelDatabaseChange:(id)fp8;
35
36 @end
37