2015-08-02 20:38:38 +00:00
|
|
|
//
|
|
|
|
// Generated by class-dump 3.5 (64 bit).
|
|
|
|
//
|
|
|
|
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
|
|
|
|
//
|
|
|
|
|
2015-09-14 08:10:24 +00:00
|
|
|
#import <CommerceKit/CKServiceInterface.h>
|
2015-08-02 20:38:38 +00:00
|
|
|
|
|
|
|
#import "ISStoreURLOperationDelegate-Protocol.h"
|
|
|
|
|
2018-02-21 16:18:47 +00:00
|
|
|
@class CKDemoAccount, CKStoreAccount, CKStoreClient, ISStoreAccount, NSArray, NSString;
|
2015-08-02 20:38:38 +00:00
|
|
|
|
|
|
|
@interface CKAccountStore : CKServiceInterface <ISStoreURLOperationDelegate>
|
|
|
|
{
|
2018-02-21 16:18:47 +00:00
|
|
|
// CKStoreClient *_storeClient;
|
2015-08-02 20:38:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
+ (CKAccountStore *)sharedAccountStore;
|
2018-02-21 16:18:47 +00:00
|
|
|
+ (id)accountStoreForStoreClient:(id)arg1;
|
|
|
|
@property(readonly) CKStoreClient *storeClient; // @synthesize storeClient=_storeClient;
|
|
|
|
//- (void).cxx_destruct;
|
|
|
|
//- (void)getTouchIDStateForAccount:(id)arg1 completionBlock:(CDUnknownBlockType)arg2;
|
|
|
|
//- (void)setTouchIDStateForAccount:(id)arg1 state:(long long)arg2 completionBlock:(CDUnknownBlockType)arg3;
|
2015-08-02 20:38:38 +00:00
|
|
|
//- (void)updatePasswordSettings:(id)arg1 completionBlock:(CDUnknownBlockType)arg2;
|
|
|
|
//- (void)getPasswordSettingsWithCompletionBlock:(CDUnknownBlockType)arg1;
|
|
|
|
//- (void)getEligibilityForService:(long long)arg1 completionBlock:(CDUnknownBlockType)arg2;
|
|
|
|
- (id)eligibilityForService:(long long)arg1;
|
|
|
|
- (void)viewAccount;
|
|
|
|
//- (void)signInWithSuggestedAppleID:(id)arg1 allowChangeOfAppleID:(BOOL)arg2 completionHandler:(CDUnknownBlockType)arg3;
|
2018-02-21 16:18:47 +00:00
|
|
|
- (void)signIn;
|
2015-08-02 20:38:38 +00:00
|
|
|
- (void)addAccount:(id)arg1;
|
2018-02-21 16:18:47 +00:00
|
|
|
@property(readonly) NSArray *accounts;
|
2015-08-02 20:38:38 +00:00
|
|
|
- (id)accountWithAppleID:(id)arg1;
|
|
|
|
- (id)accountForDSID:(id)arg1;
|
|
|
|
@property(readonly) ISStoreAccount *primaryAccount;
|
2018-02-21 16:18:47 +00:00
|
|
|
- (void)removePrimaryAccountObserver:(id)arg1;
|
|
|
|
//- (id)addPrimaryAccountObserverWithBlock:(CDUnknownBlockType)arg1;
|
|
|
|
- (id)initWithStoreClient:(id)arg1;
|
|
|
|
- (void)removeAccountObserver:(id)arg1;
|
|
|
|
- (id)addAccountObserver:(id)arg1;
|
|
|
|
//- (void)signOutWithCompletionHandler:(CDUnknownBlockType)arg1;
|
|
|
|
- (void)signOut;
|
|
|
|
- (id)storeAccountForAppleID:(id)arg1;
|
|
|
|
- (id)storeAccountForDSID:(id)arg1;
|
|
|
|
@property(readonly) BOOL primaryAccountIsPresentAndSignedIn;
|
|
|
|
@property(readonly) CKStoreAccount *primaryStoreAccount;
|
|
|
|
@property(readonly) CKDemoAccount *demoAccount;
|
|
|
|
@property(readonly) BOOL isDemoModeEnabled;
|
|
|
|
@property(readonly) NSArray *knownAccounts;
|
|
|
|
- (id)_initWithStoreClient:(id)arg1;
|
2015-08-02 20:38:38 +00:00
|
|
|
|
|
|
|
@end
|
|
|
|
|