]>
Commit | Line | Data |
---|---|---|
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 | @class NSMutableArray; | |
10 | ||
11 | @interface ABFavoritesList : NSObject | |
12 | { | |
13 | NSMutableArray *_list; | |
14 | struct __CFDictionary *_uidToEntry; | |
15 | struct { | |
16 | unsigned int dirty:1; | |
17 | unsigned int postCount:1; | |
18 | unsigned int needsReload:1; | |
19 | unsigned int unused:29; | |
20 | } _flags; | |
21 | } | |
22 | ||
23 | + (id)sharedInstance; | |
24 | - (void)_initializeList; | |
25 | - (id)init; | |
26 | - (void)dealloc; | |
27 | - (void)_scheduleSave; | |
28 | - (id)entries; | |
29 | - (BOOL)isFull; | |
30 | - (id)entriesForPerson:(void *)fp8; | |
31 | - (id)entryWithIdentifier:(int)fp8 forPerson:(void *)fp12; | |
32 | - (BOOL)containsEntryWithIdentifier:(int)fp8 forPerson:(void *)fp12; | |
33 | - (BOOL)addEntryForPerson:(void *)fp8 property:(int)fp12 withIdentifier:(int)fp16; | |
34 | - (void)_addEntryToMap:(id)fp8; | |
35 | - (void)_removeEntryFromMap:(id)fp8 withUid:(int)fp12; | |
36 | - (void)_applicationWillSuspend:(id)fp8; | |
37 | - (void)_entryIdentityChanged:(id)fp8; | |
38 | - (void)_postChangeNotification; | |
39 | - (void)_listChangedExternally; | |
40 | - (void)addEntry:(id)fp8; | |
41 | - (void)removeEntryAtIndex:(int)fp8; | |
42 | - (void)moveEntryAtIndex:(int)fp8 toIndex:(int)fp12; | |
43 | - (BOOL)_writeFavoritesToFile:(id)fp8; | |
44 | - (void)save; | |
45 | - (void)recacheIdentitiesSoon; | |
46 | - (void)_delayedLookup; | |
47 | - (BOOL)entryIsDuplicateAndThusRemoved:(id)fp8 oldUid:(int)fp12; | |
48 | ||
49 | @end | |
50 |