]>
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 NSString; | |
10 | ||
11 | @interface ABGroupWrapper : NSObject | |
12 | { | |
13 | void *_addressBook; | |
14 | NSString *_accountIdentifier; | |
15 | void *_store; | |
16 | void *_group; | |
17 | NSString *_cachedName; | |
18 | } | |
19 | ||
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; | |
23 | - (void)dealloc; | |
24 | - (BOOL)isGlobalWrapper; | |
25 | - (BOOL)isContainerWrapper; | |
26 | - (BOOL)isDirectoryWrapper; | |
27 | - (id)name; | |
28 | - (int)compareToGroupWrapper:(id)fp8; | |
29 | - (void *)storeForNewRecords; | |
30 | - (id)_accountDescriptionBasedOnIdentifier; | |
31 | - (id)copyDictionaryRepresentation; | |
32 | - (BOOL)isEqual:(id)fp8; | |
33 | - (void *)group; | |
34 | - (void *)store; | |
35 | - (void *)addressBook; | |
36 | - (id)accountIdentifier; | |
37 | ||
38 | @end | |
39 |