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 ABGroupWrapper
: NSObject
14 NSString
*_accountIdentifier
;
17 NSString
*_cachedName
;
20 + (id
)createGroupWrappersWithAccountIdentifier
:(id
)fp8 addressBook
:(void *)fp12
;
21 + (id
)createGroupWrapperFromDictionaryRepresentation
:(id
)fp8 withAddressBook
:(void *)fp12
;
22 - (id
)initWithAddressBook
:(void *)fp8 accountIdentifier
:(id
)fp12 store
:(void *)fp16 group
:(void *)fp20
;
24 - (BOOL
)isGlobalWrapper
;
25 - (BOOL
)isContainerWrapper
;
26 - (BOOL
)isDirectoryWrapper
;
28 - (int)compareToGroupWrapper
:(id
)fp8
;
29 - (void *)storeForNewRecords
;
30 - (id
)_accountDescriptionBasedOnIdentifier
;
31 - (id
)copyDictionaryRepresentation
;
32 - (BOOL
)isEqual
:(id
)fp8
;
35 - (void *)addressBook
;
36 - (id
)accountIdentifier
;