mas/Sources/PrivateFrameworks/CommerceKit/CKAccountStore.h

64 lines
2 KiB
C
Raw Normal View History

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.
//
@import Foundation;
@class CKDemoAccount, CKStoreAccount, CKStoreClient, ISStoreAccount, NSArray;
NS_ASSUME_NONNULL_BEGIN
2015-08-02 20:38:38 +00:00
@interface CKAccountStore : NSObject
2015-08-02 20:38:38 +00:00
{
CKStoreClient *_storeClient;
2015-08-02 20:38:38 +00:00
}
+ (instancetype)sharedAccountStore;
+ (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;
//- (void)updatePasswordSettings:(id)arg1 completionBlock:(CDUnknownBlockType)arg2;
//- (void)getPasswordSettingsWithCompletionBlock:(CDUnknownBlockType)arg1;
//- (void)getEligibilityForService:(long long)arg1 completionBlock:(CDUnknownBlockType)arg2;
2015-08-02 20:38:38 +00:00
- (id)eligibilityForService:(long long)arg1;
- (void)viewAccount;
2015-08-02 20:38:38 +00:00
//- (void)signInWithSuggestedAppleID:(id)arg1 allowChangeOfAppleID:(BOOL)arg2 completionHandler:(CDUnknownBlockType)arg3;
- (void)signIn;
2015-08-02 20:38:38 +00:00
- (void)addAccount:(id)arg1;
@property(readonly) NSArray *accounts;
2015-08-02 20:38:38 +00:00
- (id)accountWithAppleID:(id)arg1;
- (id)accountForDSID:(id)arg1;
@property(readonly) ISStoreAccount *primaryAccount;
- (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
NS_ASSUME_NONNULL_END