2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
11 @interface ABFavoritesList
: NSObject
13 NSMutableArray
*_list
;
14 struct __CFDictionary
*_uidToEntry
;
17 unsigned int postCount
:1;
18 unsigned int needsReload
:1;
19 unsigned int unused
:29;
24 - (void)_initializeList
;
27 - (void)_scheduleSave
;
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
;
45 - (void)recacheIdentitiesSoon
;
46 - (void)_delayedLookup
;
47 - (BOOL
)entryIsDuplicateAndThusRemoved
:(id
)fp8 oldUid
:(int)fp12
;