mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 11:33:13 +00:00
38 lines
1.2 KiB
C
38 lines
1.2 KiB
C
|
//
|
||
|
// Generated by class-dump 3.5 (64 bit).
|
||
|
//
|
||
|
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
|
||
|
//
|
||
|
|
||
|
#import "CKServiceInterface.h"
|
||
|
|
||
|
#import "ISStoreURLOperationDelegate-Protocol.h"
|
||
|
|
||
|
@class ISStoreAccount, NSArray, NSString;
|
||
|
|
||
|
@interface CKAccountStore : CKServiceInterface <ISStoreURLOperationDelegate>
|
||
|
{
|
||
|
}
|
||
|
|
||
|
+ (CKAccountStore *)sharedAccountStore;
|
||
|
- (void)removePrimaryAccountObserver:(id)arg1;
|
||
|
//- (id)addPrimaryAccountObserverWithBlock:(CDUnknownBlockType)arg1;
|
||
|
//- (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)signOut;
|
||
|
- (void)viewAccount;
|
||
|
- (void)signIn;
|
||
|
//- (void)signInWithSuggestedAppleID:(id)arg1 allowChangeOfAppleID:(BOOL)arg2 completionHandler:(CDUnknownBlockType)arg3;
|
||
|
- (void)addAccount:(id)arg1;
|
||
|
- (id)accountWithAppleID:(id)arg1;
|
||
|
- (id)accountForDSID:(id)arg1;
|
||
|
@property(readonly) BOOL primaryAccountIsPresentAndSignedIn;
|
||
|
@property(readonly) ISStoreAccount *primaryAccount;
|
||
|
@property(readonly) NSArray *accounts;
|
||
|
- (id)init;
|
||
|
|
||
|
@end
|
||
|
|