-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathABGroupWrapper.h
79 lines (73 loc) · 3.04 KB
/
ABGroupWrapper.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
/* Generated by RuntimeBrowser.
Image: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator6.0.sdk/System/Library/Frameworks/AddressBookUI.framework/AddressBookUI
*/
@class ABGroupWrapper, <ABGroupWrapperDelegate>, NSString, ACAccountStore, NSSet, AccountsManager;
@interface ABGroupWrapper : NSObject {
void *_addressBook;
NSString *_accountIdentifier;
void *_source;
void *_group;
NSString *_cachedName;
AccountsManager *_accountsManager;
ACAccountStore *_accountStore;
id _delegate;
NSSet *_childGroupWrappers;
BOOL _shouldBeSelectedWhenAllChildrenAreSelected;
BOOL _selected;
ABGroupWrapper *_parentGroupWrapper;
}
@property(readonly) NSString * accountIdentifier;
@property(readonly) NSString * name;
@property(readonly) void* addressBook;
@property(readonly) void* source;
@property(readonly) void* group;
@property(retain) NSSet * childGroupWrappers;
@property BOOL shouldBeSelectedWhenAllChildrenAreSelected;
@property ABGroupWrapper * parentGroupWrapper;
@property(getter=isSelected) BOOL selected;
@property <ABGroupWrapperDelegate> * delegate;
@property(readonly) int sourceType;
@property(retain) AccountsManager * accountsManager;
@property(retain) ACAccountStore * accountStore;
@property(readonly) NSString * _accountDescriptionBasedOnIdentifier;
+ (id)newGroupWrapperFromDictionaryRepresentation:(id)arg1 withAddressBook:(void*)arg2;
+ (id)newGroupWrappersWithAccountIdentifier:(id)arg1 addressBook:(void*)arg2 excludingSearchableStores:(BOOL)arg3;
+ (id)newGroupWrappersWithAccountIdentifier:(id)arg1 addressBook:(void*)arg2;
+ (id)newGroupWrappersWithAccountIdentifier:(id)arg1 addressBook:(void*)arg2 accountsManager:(id)arg3 accountStore:(id)arg4;
+ (id)newGroupWrappersWithAccountIdentifier:(id)arg1 addressBook:(void*)arg2 accountsManager:(id)arg3 accountStore:(id)arg4 excludingSearchableStores:(BOOL)arg5 isSoleAccount:(BOOL)arg6;
- (id)parentGroupWrapper;
- (BOOL)shouldBeSelectedWhenAllChildrenAreSelected;
- (id)childGroupWrappers;
- (id)accountsManager;
- (BOOL)isContainerWrapper;
- (BOOL)showLinkedPeople;
- (BOOL)isGlobalWrapper;
- (id)accountManager;
- (void)setSelected:(BOOL)arg1 propagateSelectionToChildren:(BOOL)arg2;
- (void)childGroupWrapper:(id)arg1 didBecomeSelected:(BOOL)arg2;
- (id)_accountDescriptionBasedOnIdentifier;
- (int)compareToGroupWrapper:(id)arg1;
- (void)setShouldBeSelectedWhenAllChildrenAreSelected:(BOOL)arg1;
- (void)setParentGroupWrapper:(id)arg1;
- (void)setChildGroupWrappers:(id)arg1;
- (id)initWithAddressBook:(void*)arg1 accountIdentifier:(id)arg2 source:(void*)arg3 group:(void*)arg4;
- (void)setAccountsManager:(id)arg1;
- (BOOL)isDirectoryWrapper;
- (void*)addressBook;
- (id)accountIdentifier;
- (id)accountStore;
- (void)setAccountStore:(id)arg1;
- (id)copyDictionaryRepresentation;
- (void)dealloc;
- (BOOL)isEqual:(id)arg1;
- (id)name;
- (id)description;
- (void*)source;
- (int)sourceType;
- (void*)group;
- (void)setSelected:(BOOL)arg1;
- (BOOL)isSelected;
- (int)score;
- (void)setDelegate:(id)arg1;
- (id)delegate;
@end