]> git.saurik.com Git - iphone-api.git/blob - AddressBookUI/ABRefreshController.h
Commit the SpringBoard folder (for WinterBoard).
[iphone-api.git] / AddressBookUI / ABRefreshController.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 "NSObject.h"
8
9 @class NSMutableDictionary;
10
11 @interface ABRefreshController : NSObject
12 {
13 NSMutableDictionary *_lastAccountRefreshDates;
14 NSMutableDictionary *_lastGroupListRefreshDates;
15 id <ABAccountSettingsAccountManager> _accountManager;
16 }
17
18 + (id)sharedInstance;
19 - (void)dealloc;
20 - (id)accountManager;
21 - (BOOL)groupWrapperNeedsRefresh:(id)fp8;
22 - (BOOL)accountGroupListNeedsRefresh:(id)fp8;
23 - (void)refreshGroupWrapper:(id)fp8;
24 - (void)refreshAccountGroupList:(id)fp8;
25
26 @end
27