]> git.saurik.com Git - iphone-api.git/blob - AddressBookUI/ABGroupsController.h
Setup some more files for working compilation.
[iphone-api.git] / AddressBookUI / ABGroupsController.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 <AddressBookUI/ABContentController.h>
8
9 #import "UITableViewDelegate-Protocol.h"
10
11 @class ABAccountsAndGroupDataSource;
12
13 @interface ABGroupsController : ABContentController <UITableViewDelegate>
14 {
15 ABAccountsAndGroupDataSource *_dataSource;
16 }
17
18 - (void)dealloc;
19 - (BOOL)shouldShowGroups;
20 - (void)deselectAllRowsWithAnimation:(BOOL)fp8;
21 - (id)contentView;
22 - (id)tableView:(id)fp8 cellForRowAtIndexPath:(id)fp12;
23 - (id)tableView:(id)fp8 viewForHeaderInSection:(int)fp12;
24 - (float)tableView:(id)fp8 heightForHeaderInSection:(int)fp12;
25 - (void)tableView:(id)fp8 didSelectRowAtIndexPath:(id)fp12;
26 - (void)reload;
27 - (void)displayedGroupsListChanged;
28 - (void)refreshListIfNeeded;
29
30 @end
31