]> git.saurik.com Git - iphone-api.git/blame - AddressBookUI/ABAccountsAndGroupDataSource.h
Adding the SpringBoardUI headers (for Cydget).
[iphone-api.git] / AddressBookUI / ABAccountsAndGroupDataSource.h
CommitLineData
2cd8f71b
JF
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 "NSObject.h"
8
9#import "UITableViewDataSource-Protocol.h"
10#import "UITableViewDelegate-Protocol.h"
11
12@class ABModel, NSArray, NSDictionary, NSMutableDictionary;
13
14@interface ABAccountsAndGroupDataSource : NSObject <UITableViewDataSource, UITableViewDelegate>
15{
16 ABModel *_model;
17 NSArray *_accountIdentifiers;
18 NSArray *_accountDisplayNames;
19 NSArray *_accountDisplayTypes;
20 NSDictionary *_groupsByAccountIdentifier;
21 NSMutableDictionary *_headerViewsBySection;
22}
23
24- (id)init;
25- (void)dealloc;
26- (id)defaultGroupWrapper;
27- (void)reloadData;
28- (id)createTable;
29- (BOOL)needsStyleUpdateForTableView:(id)fp8;
30- (id)groupWrapperForIndexPath:(id)fp8;
31- (id)accountGroupWrappers;
32- (int)tableView:(id)fp8 numberOfRowsInSection:(int)fp12;
33- (int)numberOfSectionsInTableView:(id)fp8;
34- (id)tableView:(id)fp8 cellForRowAtIndexPath:(id)fp12;
35- (float)tableView:(id)fp8 heightForHeaderInSection:(int)fp12;
36- (id)tableView:(id)fp8 viewForHeaderInSection:(int)fp12;
37- (void)tableView:(id)fp8 didSelectRowAtIndexPath:(id)fp12;
38- (id)model;
39- (void)setModel:(id)fp8;
40
41@end
42