-
Notifications
You must be signed in to change notification settings - Fork 5
/
AASetupAssistantService.h
46 lines (40 loc) · 1.58 KB
/
AASetupAssistantService.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
/* Generated by RuntimeBrowser.
Image: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator6.0.sdk/System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
*/
@class AAAccount, NSOperationQueue, NSString, AASigningSession, NSDate;
@interface AASetupAssistantService : NSObject {
NSOperationQueue *_requesterQueue;
NSString *_appleID;
NSString *_password;
NSString *_emailChoice;
AAAccount *_account;
struct OpaqueCFHTTPCookieStorage { } *_cookieStorage;
AASigningSession *_signingSession;
NSDate *_signingSessionCreationDate;
}
@property(copy) NSString * appleID;
@property(copy) NSString * password;
@property(copy) NSString * emailChoice;
+ (void)resetURLConfiguration;
+ (id)urlConfiguration;
- (void)setEmailChoice:(id)arg1;
- (void)setAppleID:(id)arg1;
- (void)upgradeiCloudTermsIfNecessaryWithHandler:(id)arg1;
- (void)fetchDelegateTokensWithAccountParameters:(id)arg1 delegateHints:(id)arg2 handler:(id)arg3;
- (void)setupDelegateAccountsWithParameters:(id)arg1 handler:(id)arg2;
- (void)updateAppleIDWithParameters:(id)arg1 handler:(id)arg2;
- (void)createAppleIDWithParameters:(id)arg1 handler:(id)arg2;
- (void)authenticateWithHandler:(id)arg1;
- (void)downloadURLConfiguration:(id)arg1;
- (id)initWithAppleID:(id)arg1 password:(id)arg2;
- (id)emailChoice;
- (id)_signingSession;
- (void)setCookieStorage:(struct OpaqueCFHTTPCookieStorage { }*)arg1;
- (id)appleID;
- (id)initWithAccount:(id)arg1;
- (void)setPassword:(id)arg1;
- (id)init;
- (void)dealloc;
- (id)password;
- (void).cxx_destruct;
@end