2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
9 #import "UITableViewDataSource-Protocol.h"
10 #import "UITableViewDelegate-Protocol.h"
12 @
class ABModel
, NSArray
, NSDictionary
, NSMutableDictionary
;
14 @interface ABAccountsAndGroupDataSource
: NSObject
<UITableViewDataSource
, UITableViewDelegate
>
17 NSArray
*_accountIdentifiers
;
18 NSArray
*_accountDisplayNames
;
19 NSArray
*_accountDisplayTypes
;
20 NSDictionary
*_groupsByAccountIdentifier
;
21 NSMutableDictionary
*_headerViewsBySection
;
26 - (id
)defaultGroupWrapper
;
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
;
39 - (void)setModel
:(id
)fp8
;