mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 11:33:13 +00:00
🛸 Update macOS private headers from 10.14.4
This commit is contained in:
parent
8e8ecc1ac2
commit
6e62bdfb1c
22 changed files with 108 additions and 153 deletions
|
@ -4,37 +4,28 @@
|
||||||
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
|
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
|
||||||
//
|
//
|
||||||
|
|
||||||
@import Cocoa;
|
@import Foundation;
|
||||||
|
|
||||||
//#import "NSObject.h"
|
|
||||||
//#import "CKServiceInterface.h"
|
|
||||||
|
|
||||||
//#import "ISStoreURLOperationDelegate.h"
|
|
||||||
|
|
||||||
@class CKDemoAccount, CKStoreAccount, CKStoreClient, ISStoreAccount, NSArray;
|
@class CKDemoAccount, CKStoreAccount, CKStoreClient, ISStoreAccount, NSArray;
|
||||||
|
|
||||||
@class NSString;
|
|
||||||
|
|
||||||
NS_ASSUME_NONNULL_BEGIN
|
NS_ASSUME_NONNULL_BEGIN
|
||||||
|
|
||||||
@interface CKAccountStore : NSObject
|
@interface CKAccountStore : NSObject
|
||||||
{
|
{
|
||||||
|
CKStoreClient *_storeClient;
|
||||||
// CKStoreClient *_storeClient;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
+ (CKAccountStore *)sharedAccountStore;
|
+ (instancetype)sharedAccountStore;
|
||||||
|
|
||||||
+ (id)accountStoreForStoreClient:(id)arg1;
|
+ (id)accountStoreForStoreClient:(id)arg1;
|
||||||
@property(readonly) CKStoreClient *storeClient; // @synthesize storeClient=_storeClient;
|
@property(readonly) CKStoreClient *storeClient; // @synthesize storeClient=_storeClient;
|
||||||
|
|
||||||
// - (void).cxx_destruct;
|
//- (void).cxx_destruct;
|
||||||
// - (void)getTouchIDStateForAccount:(id)arg1 completionBlock:(CDUnknownBlockType)arg2;
|
//- (void)getTouchIDStateForAccount:(id)arg1 completionBlock:(CDUnknownBlockType)arg2;
|
||||||
// - (void)setTouchIDStateForAccount:(id)arg1 state:(long long)arg2 completionBlock:(CDUnknownBlockType)arg3;
|
//- (void)setTouchIDStateForAccount:(id)arg1 state:(long long)arg2 completionBlock:(CDUnknownBlockType)arg3;
|
||||||
// - (void)updatePasswordSettings:(id)arg1 completionBlock:(CDUnknownBlockType)arg2;
|
//- (void)updatePasswordSettings:(id)arg1 completionBlock:(CDUnknownBlockType)arg2;
|
||||||
// - (void)getPasswordSettingsWithCompletionBlock:(CDUnknownBlockType)arg1;
|
//- (void)getPasswordSettingsWithCompletionBlock:(CDUnknownBlockType)arg1;
|
||||||
// - (void)getEligibilityForService:(long long)arg1 completionBlock:(CDUnknownBlockType)arg2;
|
//- (void)getEligibilityForService:(long long)arg1 completionBlock:(CDUnknownBlockType)arg2;
|
||||||
|
|
||||||
- (id)eligibilityForService:(long long)arg1;
|
- (id)eligibilityForService:(long long)arg1;
|
||||||
- (void)viewAccount;
|
- (void)viewAccount;
|
||||||
|
@ -42,26 +33,25 @@ NS_ASSUME_NONNULL_BEGIN
|
||||||
//- (void)signInWithSuggestedAppleID:(id)arg1 allowChangeOfAppleID:(BOOL)arg2 completionHandler:(CDUnknownBlockType)arg3;
|
//- (void)signInWithSuggestedAppleID:(id)arg1 allowChangeOfAppleID:(BOOL)arg2 completionHandler:(CDUnknownBlockType)arg3;
|
||||||
|
|
||||||
- (void)signIn;
|
- (void)signIn;
|
||||||
|
|
||||||
- (void)addAccount:(id)arg1;
|
- (void)addAccount:(id)arg1;
|
||||||
@property(readonly) NSArray *accounts;
|
@property(readonly) NSArray *accounts;
|
||||||
- (id)accountWithAppleID:(id)arg1;
|
- (id)accountWithAppleID:(id)arg1;
|
||||||
- (id)accountForDSID:(id)arg1;
|
- (id)accountForDSID:(id)arg1;
|
||||||
@property(readonly) BOOL primaryAccountIsPresentAndSignedIn;
|
|
||||||
@property(readonly) ISStoreAccount *primaryAccount;
|
@property(readonly) ISStoreAccount *primaryAccount;
|
||||||
- (void)removePrimaryAccountObserver:(id)arg1;
|
- (void)removePrimaryAccountObserver:(id)arg1;
|
||||||
|
|
||||||
// - (id)addPrimaryAccountObserverWithBlock:(CDUnknownBlockType)arg1;
|
//- (id)addPrimaryAccountObserverWithBlock:(CDUnknownBlockType)arg1;
|
||||||
|
|
||||||
- (id)initWithStoreClient:(id)arg1;
|
- (id)initWithStoreClient:(id)arg1;
|
||||||
- (void)removeAccountObserver:(id)arg1;
|
- (void)removeAccountObserver:(id)arg1;
|
||||||
- (id)addAccountObserver:(id)arg1;
|
- (id)addAccountObserver:(id)arg1;
|
||||||
|
|
||||||
// - (void)signOutWithCompletionHandler:(CDUnknownBlockType)arg1;
|
//- (void)signOutWithCompletionHandler:(CDUnknownBlockType)arg1;
|
||||||
|
|
||||||
- (void)signOut;
|
- (void)signOut;
|
||||||
- (id)storeAccountForAppleID:(id)arg1;
|
- (id)storeAccountForAppleID:(id)arg1;
|
||||||
- (id)storeAccountForDSID:(id)arg1;
|
- (id)storeAccountForDSID:(id)arg1;
|
||||||
|
@property(readonly) BOOL primaryAccountIsPresentAndSignedIn;
|
||||||
@property(readonly) CKStoreAccount *primaryStoreAccount;
|
@property(readonly) CKStoreAccount *primaryStoreAccount;
|
||||||
@property(readonly) CKDemoAccount *demoAccount;
|
@property(readonly) CKDemoAccount *demoAccount;
|
||||||
@property(readonly) BOOL isDemoModeEnabled;
|
@property(readonly) BOOL isDemoModeEnabled;
|
||||||
|
|
|
@ -5,13 +5,9 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
#import "CKServiceInterface.h"
|
#import "CKServiceInterface.h"
|
||||||
//#import <StoreFoundation/SSPurchase.h>
|
|
||||||
@import StoreFoundation;
|
|
||||||
|
|
||||||
@class NSArray, NSMutableArray, NSNumber;
|
@class NSArray, NSMutableArray, NSNumber;
|
||||||
|
|
||||||
@class SSPurchaseResponse;
|
|
||||||
|
|
||||||
NS_ASSUME_NONNULL_BEGIN
|
NS_ASSUME_NONNULL_BEGIN
|
||||||
|
|
||||||
typedef void (^SSPurchaseCompletion)(SSPurchase * _Nullable purchase, BOOL completed, NSError * _Nullable error, SSPurchaseResponse * _Nullable response);
|
typedef void (^SSPurchaseCompletion)(SSPurchase * _Nullable purchase, BOOL completed, NSError * _Nullable error, SSPurchaseResponse * _Nullable response);
|
||||||
|
@ -23,23 +19,27 @@ typedef void (^SSPurchaseCompletion)(SSPurchase * _Nullable purchase, BOOL compl
|
||||||
NSArray *_adoptionEligibleItems;
|
NSArray *_adoptionEligibleItems;
|
||||||
NSNumber *_adoptionServerStatus;
|
NSNumber *_adoptionServerStatus;
|
||||||
NSNumber *_adoptionErrorNumber;
|
NSNumber *_adoptionErrorNumber;
|
||||||
// CDUnknownBlockType _dialogHandler;
|
|
||||||
|
// CDUnknownBlockType _dialogHandler;
|
||||||
}
|
}
|
||||||
|
|
||||||
+ (void)setNeedsSilentMachineAuthorization:(BOOL)arg1;
|
+ (void)setNeedsSilentMachineAuthorization:(BOOL)arg1;
|
||||||
+ (CKPurchaseController *)sharedPurchaseController;
|
|
||||||
|
+ (instancetype)sharedPurchaseController;
|
||||||
|
|
||||||
//@property(copy) CDUnknownBlockType dialogHandler; // @synthesize dialogHandler=_dialogHandler;
|
//@property(copy) CDUnknownBlockType dialogHandler; // @synthesize dialogHandler=_dialogHandler;
|
||||||
//- (void).cxx_destruct;
|
//- (void).cxx_destruct;
|
||||||
//- (BOOL)adoptionCompletedForBundleID:(id)arg1;
|
|
||||||
//- (void)_performVPPReceiptRenewal;
|
- (BOOL)adoptionCompletedForBundleID:(id)arg1;
|
||||||
//- (void)checkServerDownloadQueue;
|
- (void)_performVPPReceiptRenewal;
|
||||||
//- (id)purchaseInProgressForProductID:(id)arg1;
|
- (void)checkServerDownloadQueue;
|
||||||
//- (id)purchasesInProgress;
|
- (id)purchaseInProgressForProductID:(id)arg1;
|
||||||
//- (void)cancelPurchaseWithProductID:(id)arg1;
|
- (id)purchasesInProgress;
|
||||||
//- (void)resumeDownloadForPurchasedProductID:(id)arg1;
|
- (void)cancelPurchaseWithProductID:(id)arg1;
|
||||||
//- (void)startPurchases:(NSArray<SSPurchase *> *)purchases shouldStartDownloads:(BOOL)downloads eventHandler:(CDUnknownBlockType)arg3;
|
- (void)resumeDownloadForPurchasedProductID:(id)arg1;
|
||||||
//- (void)startPurchases:(NSArray<SSPurchase *> *)purchases withOptions:(unsigned long long)arg2 completionHandler:(CDUnknownBlockType)arg3;
|
|
||||||
|
//- (void)startPurchases:(id)arg1 shouldStartDownloads:(BOOL)arg2 eventHandler:(CDUnknownBlockType)arg3;
|
||||||
|
//- (void)startPurchases:(id)arg1 withOptions:(unsigned long long)arg2 completionHandler:(CDUnknownBlockType)arg3;
|
||||||
|
|
||||||
- (void)performPurchase:(SSPurchase *)purchase withOptions:(unsigned long long)arg2 completionHandler:(SSPurchaseCompletion _Nullable)completionHandler;
|
- (void)performPurchase:(SSPurchase *)purchase withOptions:(unsigned long long)arg2 completionHandler:(SSPurchaseCompletion _Nullable)completionHandler;
|
||||||
|
|
||||||
|
|
|
@ -4,8 +4,6 @@
|
||||||
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
|
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
|
||||||
//
|
//
|
||||||
|
|
||||||
@import StoreFoundation;
|
|
||||||
//#import <StoreFoundation/ISServiceProxy.h>
|
|
||||||
#import "ISServiceProxy.h"
|
#import "ISServiceProxy.h"
|
||||||
|
|
||||||
@interface CKServiceInterface : ISServiceProxy
|
@interface CKServiceInterface : ISServiceProxy
|
||||||
|
|
|
@ -6,8 +6,6 @@
|
||||||
|
|
||||||
#import "CKServiceInterface.h"
|
#import "CKServiceInterface.h"
|
||||||
|
|
||||||
@import StoreFoundation;
|
|
||||||
|
|
||||||
@class CKSoftwareMapObserver, NSMutableDictionary;
|
@class CKSoftwareMapObserver, NSMutableDictionary;
|
||||||
|
|
||||||
NS_ASSUME_NONNULL_BEGIN
|
NS_ASSUME_NONNULL_BEGIN
|
||||||
|
@ -19,12 +17,16 @@ NS_ASSUME_NONNULL_BEGIN
|
||||||
}
|
}
|
||||||
|
|
||||||
+ (instancetype)sharedSoftwareMap;
|
+ (instancetype)sharedSoftwareMap;
|
||||||
|
|
||||||
@property(retain, nonatomic) CKSoftwareMapObserver *sharedObserver; // @synthesize sharedObserver=_sharedObserver;
|
@property(retain, nonatomic) CKSoftwareMapObserver *sharedObserver; // @synthesize sharedObserver=_sharedObserver;
|
||||||
@property(retain, nonatomic) NSMutableDictionary *productsObservers; // @synthesize productsObservers=_productsObservers;
|
@property(retain, nonatomic) NSMutableDictionary *productsObservers; // @synthesize productsObservers=_productsObservers;
|
||||||
|
|
||||||
// - (void).cxx_destruct;
|
//- (void).cxx_destruct;
|
||||||
|
|
||||||
|
// Added 10.14.4
|
||||||
|
//- (void)startAdoptionEligibilityCheckWithReplyBlock:(CDUnknownBlockType)arg1;
|
||||||
|
|
||||||
|
// Added 10.14.4
|
||||||
|
- (id)adopt:(id)arg1;
|
||||||
- (id)adoptableBundleIdentifiers;
|
- (id)adoptableBundleIdentifiers;
|
||||||
|
|
||||||
- (BOOL)adoptionCompletedForBundleID:(id)arg1 adoptingDSID:(out _Nullable id * _Nullable)arg2 appleID:(out _Nullable id * _Nullable)arg3;
|
- (BOOL)adoptionCompletedForBundleID:(id)arg1 adoptingDSID:(out _Nullable id * _Nullable)arg2 appleID:(out _Nullable id * _Nullable)arg3;
|
||||||
|
|
|
@ -4,13 +4,10 @@
|
||||||
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
|
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
|
||||||
//
|
//
|
||||||
|
|
||||||
// #import <CommerceKit/CKServiceInterface.h>
|
|
||||||
#import "CKServiceInterface.h"
|
#import "CKServiceInterface.h"
|
||||||
|
|
||||||
@class CKUpdateControllerClient, NSMutableDictionary;
|
@class CKUpdateControllerClient, NSMutableDictionary;
|
||||||
|
|
||||||
@class CKUpdate;
|
|
||||||
|
|
||||||
NS_ASSUME_NONNULL_BEGIN
|
NS_ASSUME_NONNULL_BEGIN
|
||||||
|
|
||||||
@interface CKUpdateController : CKServiceInterface
|
@interface CKUpdateController : CKServiceInterface
|
||||||
|
@ -33,8 +30,8 @@ NS_ASSUME_NONNULL_BEGIN
|
||||||
@property(retain, nonatomic) NSMutableDictionary *availableUpdatesObservers; // @synthesize availableUpdatesObservers=_availableUpdatesObservers;
|
@property(retain, nonatomic) NSMutableDictionary *availableUpdatesObservers; // @synthesize availableUpdatesObservers=_availableUpdatesObservers;
|
||||||
@property BOOL shouldNotAttemptInstallationAfterFailureDialog; // @synthesize shouldNotAttemptInstallationAfterFailureDialog=_shouldNotAttemptInstallationAfterFailureDialog;
|
@property BOOL shouldNotAttemptInstallationAfterFailureDialog; // @synthesize shouldNotAttemptInstallationAfterFailureDialog=_shouldNotAttemptInstallationAfterFailureDialog;
|
||||||
|
|
||||||
// @property(copy) CDUnknownBlockType dialogHandler; // @synthesize dialogHandler=_dialogHandler;
|
//@property(copy) CDUnknownBlockType dialogHandler; // @synthesize dialogHandler=_dialogHandler;
|
||||||
// - (void).cxx_destruct;
|
//- (void).cxx_destruct;
|
||||||
|
|
||||||
- (void)didInteractivelyPurchaseItemIdentifier:(unsigned long long)arg1 success:(BOOL)arg2;
|
- (void)didInteractivelyPurchaseItemIdentifier:(unsigned long long)arg1 success:(BOOL)arg2;
|
||||||
- (BOOL)willInteractivelyPurchaseItemIdentifier:(unsigned long long)arg1;
|
- (BOOL)willInteractivelyPurchaseItemIdentifier:(unsigned long long)arg1;
|
||||||
|
@ -73,18 +70,18 @@ NS_ASSUME_NONNULL_BEGIN
|
||||||
- (void)installAvailableUpdatesLaterWithMode:(long long)arg1;
|
- (void)installAvailableUpdatesLaterWithMode:(long long)arg1;
|
||||||
- (BOOL)shouldOfferDoItLater;
|
- (BOOL)shouldOfferDoItLater;
|
||||||
|
|
||||||
// - (void)updatesWithTags:(id)arg1 completionHandler:(CDUnknownBlockType)arg2;
|
//- (void)updatesWithTags:(id)arg1 completionHandler:(CDUnknownBlockType)arg2;
|
||||||
|
|
||||||
- (void)installAllAvailableUpdates;
|
- (void)installAllAvailableUpdates;
|
||||||
|
|
||||||
// - (void)startAppInstallWithTags:(id)arg1 fallbackPurchase:(id)arg2 completionHandler:(CDUnknownBlockType)arg3;
|
//- (void)startAppInstallWithTags:(id)arg1 fallbackPurchase:(id)arg2 completionHandler:(CDUnknownBlockType)arg3;
|
||||||
// - (void)startAppUpdates:(id)arg1 andOSUpdates:(id)arg2 withDelegate:(id)arg3 completionHandler:(CDUnknownBlockType)arg4;
|
//- (void)startAppUpdates:(id)arg1 andOSUpdates:(id)arg2 withDelegate:(id)arg3 completionHandler:(CDUnknownBlockType)arg4;
|
||||||
// - (void)_checkForBookUpdatesWithCompletionHandler:(CDUnknownBlockType)arg1;
|
//- (void)_checkForBookUpdatesWithCompletionHandler:(CDUnknownBlockType)arg1;
|
||||||
// - (void)checkForUpdatesWithUserHasSeenUpdates:(BOOL)arg1 completionHandler:(CDUnknownBlockType)arg2;
|
//- (void)checkForUpdatesWithUserHasSeenUpdates:(BOOL)arg1 completionHandler:(CDUnknownBlockType)arg2;
|
||||||
|
|
||||||
- (void)removeAvailableUpdatesObserver:(id)arg1;
|
- (void)removeAvailableUpdatesObserver:(id)arg1;
|
||||||
|
|
||||||
// - (id)addAvailableUpdatesObserverWithBlock:(CDUnknownBlockType)arg1;
|
//- (id)addAvailableUpdatesObserverWithBlock:(CDUnknownBlockType)arg1;
|
||||||
|
|
||||||
- (unsigned long long)availableUpdatesBadgeCount;
|
- (unsigned long long)availableUpdatesBadgeCount;
|
||||||
- (id)incompatibleUpdates;
|
- (id)incompatibleUpdates;
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
@import StoreFoundation;
|
@import StoreFoundation;
|
||||||
//#import <StoreFoundation/ISURLOperationDelegate.h>
|
|
||||||
#import "ISURLOperationDelegate.h"
|
#import "ISURLOperationDelegate.h"
|
||||||
|
|
||||||
@class ISStoreURLOperation, NSNumber, NSString;
|
@class ISStoreURLOperation, NSNumber, NSString;
|
||||||
|
|
|
@ -5,11 +5,6 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
@import Foundation;
|
@import Foundation;
|
||||||
// #import <Foundation/NSZone.h>
|
|
||||||
|
|
||||||
//#import "NSObject.h"
|
|
||||||
//#import "NSCopying.h"
|
|
||||||
//#import "NSSecureCoding.h"
|
|
||||||
|
|
||||||
@class NSDate, NSNumber, NSString, NSValue;
|
@class NSDate, NSNumber, NSString, NSValue;
|
||||||
|
|
||||||
|
@ -23,8 +18,12 @@ NS_ASSUME_NONNULL_BEGIN
|
||||||
BOOL _isMachineLicensed;
|
BOOL _isMachineLicensed;
|
||||||
BOOL _isLegacyApp;
|
BOOL _isLegacyApp;
|
||||||
BOOL _metadataChangeIsExpected;
|
BOOL _metadataChangeIsExpected;
|
||||||
|
// Added 10.14.4
|
||||||
|
BOOL _metadataChangeHasAlreadyOccurred;
|
||||||
NSString *_accountOpaqueDSID;
|
NSString *_accountOpaqueDSID;
|
||||||
NSString *_accountIdentifier;
|
NSString *_accountIdentifier;
|
||||||
|
// Added 10.14.4
|
||||||
|
NSString *_appName;
|
||||||
NSString *_bundleIdentifier;
|
NSString *_bundleIdentifier;
|
||||||
NSString *_bundleVersion;
|
NSString *_bundleVersion;
|
||||||
NSString *_bundlePath;
|
NSString *_bundlePath;
|
||||||
|
@ -51,6 +50,8 @@ NS_ASSUME_NONNULL_BEGIN
|
||||||
@property(copy, nullable) NSNumber *expectedStoreVersion; // @synthesize expectedStoreVersion=_expectedStoreVersion;
|
@property(copy, nullable) NSNumber *expectedStoreVersion; // @synthesize expectedStoreVersion=_expectedStoreVersion;
|
||||||
@property(copy, nullable) NSString *expectedBundleVersion; // @synthesize expectedBundleVersion=_expectedBundleVersion;
|
@property(copy, nullable) NSString *expectedBundleVersion; // @synthesize expectedBundleVersion=_expectedBundleVersion;
|
||||||
|
|
||||||
|
// Added 10.14.4
|
||||||
|
@property BOOL metadataChangeHasAlreadyOccurred; // @synthesize metadataChangeHasAlreadyOccurred=_metadataChangeHasAlreadyOccurred;
|
||||||
@property BOOL metadataChangeIsExpected; // @synthesize metadataChangeIsExpected=_metadataChangeIsExpected;
|
@property BOOL metadataChangeIsExpected; // @synthesize metadataChangeIsExpected=_metadataChangeIsExpected;
|
||||||
@property long long source; // @synthesize source=_source;
|
@property long long source; // @synthesize source=_source;
|
||||||
@property BOOL isLegacyApp; // @synthesize isLegacyApp=_isLegacyApp;
|
@property BOOL isLegacyApp; // @synthesize isLegacyApp=_isLegacyApp;
|
||||||
|
@ -64,7 +65,6 @@ NS_ASSUME_NONNULL_BEGIN
|
||||||
@property BOOL vppLicenseRevoked; // @synthesize vppLicenseRevoked=_vppLicenseRevoked;
|
@property BOOL vppLicenseRevoked; // @synthesize vppLicenseRevoked=_vppLicenseRevoked;
|
||||||
@property BOOL isVPPLicensed; // @synthesize isVPPLicensed=_isVPPLicensed;
|
@property BOOL isVPPLicensed; // @synthesize isVPPLicensed=_isVPPLicensed;
|
||||||
@property BOOL installed; // @synthesize installed=_installed;
|
@property BOOL installed; // @synthesize installed=_installed;
|
||||||
|
|
||||||
@property(retain) NSValue *mdItemRef; // @synthesize mdItemRef=_mdItemRef;
|
@property(retain) NSValue *mdItemRef; // @synthesize mdItemRef=_mdItemRef;
|
||||||
@property(retain) NSDate *purchaseDate; // @synthesize purchaseDate=_purchaseDate;
|
@property(retain) NSDate *purchaseDate; // @synthesize purchaseDate=_purchaseDate;
|
||||||
@property(retain) NSNumber *versionIdentifier; // @synthesize versionIdentifier=_versionIdentifier;
|
@property(retain) NSNumber *versionIdentifier; // @synthesize versionIdentifier=_versionIdentifier;
|
||||||
|
@ -74,15 +74,17 @@ NS_ASSUME_NONNULL_BEGIN
|
||||||
@property(retain) NSString *bundlePath; // @synthesize bundlePath=_bundlePath;
|
@property(retain) NSString *bundlePath; // @synthesize bundlePath=_bundlePath;
|
||||||
@property(retain) NSString *bundleVersion; // @synthesize bundleVersion=_bundleVersion;
|
@property(retain) NSString *bundleVersion; // @synthesize bundleVersion=_bundleVersion;
|
||||||
@property(retain) NSString *bundleIdentifier; // @synthesize bundleIdentifier=_bundleIdentifier;
|
@property(retain) NSString *bundleIdentifier; // @synthesize bundleIdentifier=_bundleIdentifier;
|
||||||
|
|
||||||
|
@property(retain, nonnull) NSString *appName; // @synthesize appName=_appName;
|
||||||
|
|
||||||
@property(retain) NSString *accountIdentifier; // @synthesize accountIdentifier=_accountIdentifier;
|
@property(retain) NSString *accountIdentifier; // @synthesize accountIdentifier=_accountIdentifier;
|
||||||
@property(retain) NSString *accountOpaqueDSID; // @synthesize accountOpaqueDSID=_accountOpaqueDSID;
|
@property(retain) NSString *accountOpaqueDSID; // @synthesize accountOpaqueDSID=_accountOpaqueDSID;
|
||||||
|
|
||||||
// - (void).cxx_destruct;
|
//- (void).cxx_destruct;
|
||||||
|
|
||||||
- (instancetype)copyWithZone:(nullable NSZone *)zone;
|
- (instancetype)copyWithZone:(nullable NSZone *)zone;
|
||||||
- (nullable instancetype)initWithCoder:(nonnull NSCoder *)coder;
|
- (nullable instancetype)initWithCoder:(nonnull NSCoder *)coder;
|
||||||
- (void)encodeWithCoder:(nonnull NSCoder *)coder;
|
- (void)encodeWithCoder:(nonnull NSCoder *)coder;
|
||||||
@property(readonly, nonnull) NSString *appName;
|
|
||||||
- (nonnull NSString *)description;
|
- (nonnull NSString *)description;
|
||||||
@property(readonly, nullable) NSString *sourceString;
|
@property(readonly, nullable) NSString *sourceString;
|
||||||
|
|
||||||
|
|
|
@ -4,9 +4,7 @@
|
||||||
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
|
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
|
||||||
//
|
//
|
||||||
|
|
||||||
// #import "NSObject.h"
|
@import Foundation;
|
||||||
|
|
||||||
// #import "NSSecureCoding.h"
|
|
||||||
|
|
||||||
@class NSDate, NSDictionary, NSMutableDictionary, NSNumber, NSString, SSPurchase;
|
@class NSDate, NSDictionary, NSMutableDictionary, NSNumber, NSString, SSPurchase;
|
||||||
|
|
||||||
|
@ -22,7 +20,7 @@ NS_ASSUME_NONNULL_BEGIN
|
||||||
@property(nonatomic) long long softwareUpdateState; // @synthesize softwareUpdateState=_softwareUpdateState;
|
@property(nonatomic) long long softwareUpdateState; // @synthesize softwareUpdateState=_softwareUpdateState;
|
||||||
@property(readonly) NSDictionary *dictionary; // @synthesize dictionary=_dictionary;
|
@property(readonly) NSDictionary *dictionary; // @synthesize dictionary=_dictionary;
|
||||||
|
|
||||||
// - (void).cxx_destruct;
|
//- (void).cxx_destruct;
|
||||||
|
|
||||||
@property(readonly, nonatomic) NSString *autoUpdateAbortReason;
|
@property(readonly, nonatomic) NSString *autoUpdateAbortReason;
|
||||||
@property(nonatomic) BOOL hasBeenSeenByUser;
|
@property(nonatomic) BOOL hasBeenSeenByUser;
|
||||||
|
|
|
@ -4,9 +4,7 @@
|
||||||
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
|
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
|
||||||
//
|
//
|
||||||
|
|
||||||
// #import "NSObject.h"
|
@import Foundation;
|
||||||
|
|
||||||
// #import "NSSecureCoding.h"
|
|
||||||
|
|
||||||
@class NSDictionary, NSNumber, NSString;
|
@class NSDictionary, NSNumber, NSString;
|
||||||
|
|
||||||
|
@ -50,7 +48,7 @@ NS_ASSUME_NONNULL_BEGIN
|
||||||
@property(retain) NSDictionary *additionalQueryParameters; // @synthesize additionalQueryParameters=_additionalQueryParameters;
|
@property(retain) NSDictionary *additionalQueryParameters; // @synthesize additionalQueryParameters=_additionalQueryParameters;
|
||||||
@property(readonly) NSNumber *accountID; // @synthesize accountID=_accountID;
|
@property(readonly) NSNumber *accountID; // @synthesize accountID=_accountID;
|
||||||
|
|
||||||
// - (void).cxx_destruct;
|
//- (void).cxx_destruct;
|
||||||
|
|
||||||
- (void)encodeWithCoder:(id)arg1;
|
- (void)encodeWithCoder:(id)arg1;
|
||||||
- (id)initWithCoder:(id)arg1;
|
- (id)initWithCoder:(id)arg1;
|
||||||
|
|
|
@ -4,10 +4,6 @@
|
||||||
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
|
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
|
||||||
//
|
//
|
||||||
|
|
||||||
// #import "NSObject.h"
|
|
||||||
|
|
||||||
// #import "NSSecureCoding.h"
|
|
||||||
|
|
||||||
@class NSNumber, NSString;
|
@class NSNumber, NSString;
|
||||||
|
|
||||||
NS_ASSUME_NONNULL_BEGIN
|
NS_ASSUME_NONNULL_BEGIN
|
||||||
|
@ -35,7 +31,7 @@ NS_ASSUME_NONNULL_BEGIN
|
||||||
@property(readonly) NSString *accountIdentifier; // @synthesize accountIdentifier=_accountIdentifier;
|
@property(readonly) NSString *accountIdentifier; // @synthesize accountIdentifier=_accountIdentifier;
|
||||||
@property unsigned long long URLBagType; // @synthesize URLBagType=_URLBagType;
|
@property unsigned long long URLBagType; // @synthesize URLBagType=_URLBagType;
|
||||||
|
|
||||||
// - (void).cxx_destruct;
|
//- (void).cxx_destruct;
|
||||||
|
|
||||||
- (BOOL)_loadFromDictionary:(id)arg1;
|
- (BOOL)_loadFromDictionary:(id)arg1;
|
||||||
- (id)initWithCoder:(id)arg1;
|
- (id)initWithCoder:(id)arg1;
|
||||||
|
|
|
@ -4,8 +4,6 @@
|
||||||
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
|
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
|
||||||
//
|
//
|
||||||
|
|
||||||
// #import "NSObject.h"
|
|
||||||
|
|
||||||
@class ISOperation, NSError, SSOperationProgress;
|
@class ISOperation, NSError, SSOperationProgress;
|
||||||
|
|
||||||
NS_ASSUME_NONNULL_BEGIN
|
NS_ASSUME_NONNULL_BEGIN
|
||||||
|
|
|
@ -4,14 +4,10 @@
|
||||||
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
|
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
|
||||||
//
|
//
|
||||||
|
|
||||||
// #import "NSObject.h"
|
@import Foundation;
|
||||||
|
|
||||||
#import <CoreFoundation/CoreFoundation.h>
|
|
||||||
|
|
||||||
@class ISStoreClient, Protocol;
|
@class ISStoreClient, Protocol;
|
||||||
|
|
||||||
@class NSLock, NSMutableDictionary;
|
|
||||||
|
|
||||||
@protocol ISAccountService;
|
@protocol ISAccountService;
|
||||||
|
|
||||||
NS_ASSUME_NONNULL_BEGIN
|
NS_ASSUME_NONNULL_BEGIN
|
||||||
|
@ -29,36 +25,36 @@ typedef void (^ISErrorHandler)(NSError * __nonnull error);
|
||||||
|
|
||||||
@property(retain, nonatomic, nullable) ISStoreClient *storeClient; // @synthesize storeClient=_storeClient;
|
@property(retain, nonatomic, nullable) ISStoreClient *storeClient; // @synthesize storeClient=_storeClient;
|
||||||
|
|
||||||
// - (void).cxx_destruct;
|
//- (void).cxx_destruct;
|
||||||
// - (void)uiServiceSynchronousBlock:(CDUnknownBlockType)arg1;
|
//- (void)uiServiceSynchronousBlock:(CDUnknownBlockType)arg1;
|
||||||
// @property(readonly, nonatomic) id <ISUIService> uiService;
|
//@property(readonly, nonatomic) id <ISUIService> uiService;
|
||||||
// - (id)uiServiceWithErrorHandler:(CDUnknownBlockType)arg1;
|
//- (id)uiServiceWithErrorHandler:(CDUnknownBlockType)arg1;
|
||||||
// - (void)inAppServiceSynchronousBlock:(CDUnknownBlockType)arg1;
|
//- (void)inAppServiceSynchronousBlock:(CDUnknownBlockType)arg1;
|
||||||
// @property(readonly, nonatomic) id <ISInAppService> inAppService;
|
//@property(readonly, nonatomic) id <ISInAppService> inAppService;
|
||||||
// - (id)inAppServiceWithErrorHandler:(CDUnknownBlockType)arg1;
|
//- (id)inAppServiceWithErrorHandler:(CDUnknownBlockType)arg1;
|
||||||
// - (void)transactionServiceSynchronousBlock:(CDUnknownBlockType)arg1;
|
//- (void)transactionServiceSynchronousBlock:(CDUnknownBlockType)arg1;
|
||||||
// @property(readonly, nonatomic) id <ISTransactionService> transactionService;
|
//@property(readonly, nonatomic) id <ISTransactionService> transactionService;
|
||||||
// - (id)transactionServiceWithErrorHandler:(CDUnknownBlockType)arg1;
|
//- (id)transactionServiceWithErrorHandler:(CDUnknownBlockType)arg1;
|
||||||
// - (void)assetServiceSynchronousBlock:(CDUnknownBlockType)arg1;
|
//- (void)assetServiceSynchronousBlock:(CDUnknownBlockType)arg1;
|
||||||
// @property(readonly, nonatomic) id <ISAssetService> assetService;
|
//@property(readonly, nonatomic) id <ISAssetService> assetService;
|
||||||
// - (id)assetServiceWithErrorHandler:(CDUnknownBlockType)arg1;
|
//- (id)assetServiceWithErrorHandler:(CDUnknownBlockType)arg1;
|
||||||
// - (void)downloadServiceSynchronousBlock:(CDUnknownBlockType)arg1;
|
//- (void)downloadServiceSynchronousBlock:(CDUnknownBlockType)arg1;
|
||||||
// @property(readonly, nonatomic) id <ISDownloadService> downloadService;
|
//@property(readonly, nonatomic) id <ISDownloadService> downloadService;
|
||||||
// - (id)downloadServiceWithErrorHandler:(CDUnknownBlockType)arg1;
|
//- (id)downloadServiceWithErrorHandler:(CDUnknownBlockType)arg1;
|
||||||
// - (void)accountServiceSynchronousBlock:(CDUnknownBlockType)arg1;
|
//- (void)accountServiceSynchronousBlock:(CDUnknownBlockType)arg1;
|
||||||
|
|
||||||
@property(readonly, nonatomic) id <ISAccountService> accountService;
|
@property(readonly, nonatomic) id <ISAccountService> accountService;
|
||||||
|
|
||||||
// - (id)accountServiceWithErrorHandler:(CDUnknownBlockType)arg1;
|
//- (id)accountServiceWithErrorHandler:(CDUnknownBlockType)arg1;
|
||||||
|
|
||||||
- (void)connectionWasInterrupted;
|
- (void)connectionWasInterrupted;
|
||||||
- (void)registerForInterrptionNotification;
|
- (void)registerForInterrptionNotification;
|
||||||
|
|
||||||
// - (void)performSynchronousBlock:(CDUnknownBlockType)arg1 withServiceName:(id)arg2 protocol:(id)arg3 isMachService:(BOOL)arg4 interfaceClassName:(id)arg5;
|
//- (void)performSynchronousBlock:(CDUnknownBlockType)arg1 withServiceName:(id)arg2 protocol:(id)arg3 isMachService:(BOOL)arg4 interfaceClassName:(id)arg5;
|
||||||
// - (id)objectProxyForServiceName:(id)arg1 protocol:(id)arg2 interfaceClassName:(id)arg3 isMachService:(BOOL)arg4 errorHandler:(CDUnknownBlockType)arg5;
|
//- (id)objectProxyForServiceName:(id)arg1 protocol:(id)arg2 interfaceClassName:(id)arg3 isMachService:(BOOL)arg4 errorHandler:(CDUnknownBlockType)arg5;
|
||||||
// - (id)connectionWithServiceName:(id)arg1 protocol:(id)arg2 isMachService:(BOOL)arg3;
|
//- (id)connectionWithServiceName:(id)arg1 protocol:(id)arg2 isMachService:(BOOL)arg3;
|
||||||
// @property(readonly, nonatomic) Protocol *exportedProtocol;
|
//@property(readonly, nonatomic) Protocol *exportedProtocol;
|
||||||
// @property(readonly, nonatomic) __weak id <ISServiceRemoteObject> exportedObject;
|
//@property(readonly, nonatomic) __weak id <ISServiceRemoteObject> exportedObject;
|
||||||
|
|
||||||
- (ISServiceProxy * __nonnull)initWithStoreClient:(ISStoreClient * __nonnull)arg1;
|
- (ISServiceProxy * __nonnull)initWithStoreClient:(ISStoreClient * __nonnull)arg1;
|
||||||
|
|
||||||
|
|
|
@ -4,11 +4,8 @@
|
||||||
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
|
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
|
||||||
//
|
//
|
||||||
|
|
||||||
// #import "NSObject.h"
|
|
||||||
|
|
||||||
@class ISStoreClient;
|
@class ISStoreClient;
|
||||||
|
|
||||||
|
|
||||||
NS_ASSUME_NONNULL_BEGIN
|
NS_ASSUME_NONNULL_BEGIN
|
||||||
|
|
||||||
@protocol ISServiceRemoteObject <NSObject>
|
@protocol ISServiceRemoteObject <NSObject>
|
||||||
|
|
|
@ -4,9 +4,7 @@
|
||||||
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
|
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
|
||||||
//
|
//
|
||||||
|
|
||||||
// #import "NSObject.h"
|
@import Foundation;
|
||||||
|
|
||||||
// #import "NSSecureCoding.h"
|
|
||||||
|
|
||||||
@class NSDate, NSNumber, NSString, NSTimer;
|
@class NSDate, NSNumber, NSString, NSTimer;
|
||||||
|
|
||||||
|
@ -48,7 +46,7 @@ NS_ASSUME_NONNULL_BEGIN
|
||||||
@property(copy) NSString *identifier; // @synthesize identifier=_identifier;
|
@property(copy) NSString *identifier; // @synthesize identifier=_identifier;
|
||||||
@property(copy) NSNumber *dsID; // @synthesize dsID=_dsID;
|
@property(copy) NSNumber *dsID; // @synthesize dsID=_dsID;
|
||||||
|
|
||||||
// - (void).cxx_destruct;
|
//- (void).cxx_destruct;
|
||||||
|
|
||||||
- (long long)getTouchIDState;
|
- (long long)getTouchIDState;
|
||||||
@property long long touchIDState; // @synthesize touchIDState=_touchIDState;
|
@property long long touchIDState; // @synthesize touchIDState=_touchIDState;
|
||||||
|
|
|
@ -4,12 +4,9 @@
|
||||||
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
|
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
|
||||||
//
|
//
|
||||||
|
|
||||||
// #import "NSObject.h"
|
@import Foundation;
|
||||||
// #import "NSSecureCoding.h"
|
|
||||||
|
|
||||||
#import "ISStoreAccount.h"
|
@class ISStoreAccount, NSArray, NSDictionary, NSString;
|
||||||
|
|
||||||
@class NSArray, NSDictionary, NSString;
|
|
||||||
|
|
||||||
NS_ASSUME_NONNULL_BEGIN
|
NS_ASSUME_NONNULL_BEGIN
|
||||||
|
|
||||||
|
@ -72,7 +69,7 @@ NS_ASSUME_NONNULL_BEGIN
|
||||||
@property(copy) NSString *identifier; // @synthesize identifier=_identifier;
|
@property(copy) NSString *identifier; // @synthesize identifier=_identifier;
|
||||||
@property unsigned long long frameworkVersion; // @synthesize frameworkVersion=_frameworkVersion;
|
@property unsigned long long frameworkVersion; // @synthesize frameworkVersion=_frameworkVersion;
|
||||||
|
|
||||||
// - (void).cxx_destruct;
|
//- (void).cxx_destruct;
|
||||||
|
|
||||||
- (id)callerIdentity;
|
- (id)callerIdentity;
|
||||||
- (BOOL)isEqualToStoreClient:(id)arg1;
|
- (BOOL)isEqualToStoreClient:(id)arg1;
|
||||||
|
|
|
@ -4,9 +4,7 @@
|
||||||
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
|
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
|
||||||
//
|
//
|
||||||
|
|
||||||
// #import "NSObject.h"
|
@import Foundation;
|
||||||
|
|
||||||
// #import "NSSecureCoding.h"
|
|
||||||
|
|
||||||
@class NSArray, NSNumber, NSString, NSURL, SSDownloadMetadata, SSDownloadStatus;
|
@class NSArray, NSNumber, NSString, NSURL, SSDownloadMetadata, SSDownloadStatus;
|
||||||
|
|
||||||
|
@ -43,7 +41,7 @@
|
||||||
@property(copy, nonatomic) SSDownloadMetadata *metadata; // @synthesize metadata=_metadata;
|
@property(copy, nonatomic) SSDownloadMetadata *metadata; // @synthesize metadata=_metadata;
|
||||||
@property(copy, nonatomic) NSArray *assets; // @synthesize assets=_assets;
|
@property(copy, nonatomic) NSArray *assets; // @synthesize assets=_assets;
|
||||||
|
|
||||||
// - (void).cxx_destruct;
|
//- (void).cxx_destruct;
|
||||||
|
|
||||||
@property BOOL skipInstallPhase;
|
@property BOOL skipInstallPhase;
|
||||||
- (void)setUseUniqueDownloadFolder:(BOOL)arg1;
|
- (void)setUseUniqueDownloadFolder:(BOOL)arg1;
|
||||||
|
|
|
@ -4,12 +4,7 @@
|
||||||
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
|
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
|
||||||
//
|
//
|
||||||
|
|
||||||
// #import "NSObject.h"
|
@import Foundation;
|
||||||
|
|
||||||
// #import "NSCopying.h"
|
|
||||||
// #import "NSSecureCoding.h"
|
|
||||||
|
|
||||||
#import <Foundation/NSZone.h>
|
|
||||||
|
|
||||||
@class NSArray, NSData, NSDictionary, NSLock, NSMutableDictionary, NSNumber, NSString, NSURL;
|
@class NSArray, NSData, NSDictionary, NSLock, NSMutableDictionary, NSNumber, NSString, NSURL;
|
||||||
|
|
||||||
|
@ -91,11 +86,12 @@ NS_ASSUME_NONNULL_BEGIN
|
||||||
@property(retain, nullable) NSString *productType;
|
@property(retain, nullable) NSString *productType;
|
||||||
@property(readonly, nullable) NSString *applicationIdentifier;
|
@property(readonly, nullable) NSString *applicationIdentifier;
|
||||||
|
|
||||||
- (id)copyWithZone:(nullable NSZone *)zone;
|
- (id)copyWithZone:(nullable struct _NSZone *)arg1;
|
||||||
- (nullable instancetype)initWithCoder:( NSCoder *)coder;
|
- (id)initWithCoder:(id)arg1;
|
||||||
- (void)encodeWithCoder:(NSCoder *)coder;
|
- (void)encodeWithCoder:(id)arg1;
|
||||||
- (nullable instancetype)initWithDictionary:(NSDictionary *)dictionary;
|
|
||||||
- (nullable instancetype)initWithKind:(NSString *)kind;
|
- (nullable instancetype)initWithDictionary:(id)arg1;
|
||||||
|
- (nullable instancetype)initWithKind:(id)arg1;
|
||||||
- (instancetype)init;
|
- (instancetype)init;
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|
|
@ -4,10 +4,7 @@
|
||||||
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
|
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
|
||||||
//
|
//
|
||||||
|
|
||||||
// #import "NSObject.h"
|
@import Foundation;
|
||||||
|
|
||||||
// #import "NSCopying.h"
|
|
||||||
// #import "NSSecureCoding.h"
|
|
||||||
|
|
||||||
@class SSOperationProgress;
|
@class SSOperationProgress;
|
||||||
|
|
||||||
|
@ -20,7 +17,7 @@ NS_ASSUME_NONNULL_BEGIN
|
||||||
|
|
||||||
+ (BOOL)supportsSecureCoding;
|
+ (BOOL)supportsSecureCoding;
|
||||||
|
|
||||||
// - (void).cxx_destruct;
|
//- (void).cxx_destruct;
|
||||||
|
|
||||||
@property(readonly) SSOperationProgress *operationProgress;
|
@property(readonly) SSOperationProgress *operationProgress;
|
||||||
@property(readonly) long long totalProgressValue;
|
@property(readonly) long long totalProgressValue;
|
||||||
|
|
|
@ -4,9 +4,7 @@
|
||||||
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
|
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
|
||||||
//
|
//
|
||||||
|
|
||||||
// #import "NSObject.h"
|
@import Foundation;
|
||||||
|
|
||||||
// #import "NSSecureCoding.h"
|
|
||||||
|
|
||||||
@class NSError, SSDownloadPhase;
|
@class NSError, SSDownloadPhase;
|
||||||
|
|
||||||
|
@ -30,7 +28,7 @@ NS_ASSUME_NONNULL_BEGIN
|
||||||
@property(retain, nonatomic) NSError *error; // @synthesize error=_error;
|
@property(retain, nonatomic) NSError *error; // @synthesize error=_error;
|
||||||
@property(readonly, nonatomic) SSDownloadPhase *activePhase; // @synthesize activePhase=_activePhase;
|
@property(readonly, nonatomic) SSDownloadPhase *activePhase; // @synthesize activePhase=_activePhase;
|
||||||
|
|
||||||
// - (void).cxx_destruct;
|
//- (void).cxx_destruct;
|
||||||
|
|
||||||
- (void)setOperationProgress:(id)arg1;
|
- (void)setOperationProgress:(id)arg1;
|
||||||
@property(readonly, nonatomic) long long phaseTimeRemaining;
|
@property(readonly, nonatomic) long long phaseTimeRemaining;
|
||||||
|
|
|
@ -4,10 +4,7 @@
|
||||||
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
|
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
|
||||||
//
|
//
|
||||||
|
|
||||||
// #import "NSObject.h"
|
@import Foundation;
|
||||||
|
|
||||||
// #import "NSCopying.h"
|
|
||||||
// #import "NSSecureCoding.h"
|
|
||||||
|
|
||||||
@class ISOperation, NSData, NSDictionary, NSNumber, NSString, SSDownloadMetadata;
|
@class ISOperation, NSData, NSDictionary, NSNumber, NSString, SSDownloadMetadata;
|
||||||
|
|
||||||
|
@ -68,7 +65,7 @@ NS_ASSUME_NONNULL_BEGIN
|
||||||
@property(copy, nonatomic) NSString *buyParameters; // @synthesize buyParameters=_buyParameters;
|
@property(copy, nonatomic) NSString *buyParameters; // @synthesize buyParameters=_buyParameters;
|
||||||
@property(retain, nonatomic) NSNumber *accountIdentifier; // @synthesize accountIdentifier=_accountIdentifier;
|
@property(retain, nonatomic) NSNumber *accountIdentifier; // @synthesize accountIdentifier=_accountIdentifier;
|
||||||
|
|
||||||
// - (void).cxx_destruct;
|
//- (void).cxx_destruct;
|
||||||
|
|
||||||
- (BOOL)purchaseDSIDMatchesPrimaryAccount;
|
- (BOOL)purchaseDSIDMatchesPrimaryAccount;
|
||||||
@property(readonly) BOOL needsAuthentication; // @dynamic needsAuthentication;
|
@property(readonly) BOOL needsAuthentication; // @dynamic needsAuthentication;
|
||||||
|
|
|
@ -4,14 +4,10 @@
|
||||||
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
|
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
|
||||||
//
|
//
|
||||||
|
|
||||||
// #import "NSObject.h"
|
@import Foundation;
|
||||||
|
|
||||||
// #import "NSSecureCoding.h"
|
|
||||||
|
|
||||||
@class NSArray, NSDictionary;
|
@class NSArray, NSDictionary;
|
||||||
|
|
||||||
@class SSDownload;
|
|
||||||
|
|
||||||
NS_ASSUME_NONNULL_BEGIN
|
NS_ASSUME_NONNULL_BEGIN
|
||||||
|
|
||||||
@interface SSPurchaseResponse : NSObject <NSSecureCoding>
|
@interface SSPurchaseResponse : NSObject <NSSecureCoding>
|
||||||
|
@ -24,7 +20,9 @@ NS_ASSUME_NONNULL_BEGIN
|
||||||
+ (BOOL)supportsSecureCoding;
|
+ (BOOL)supportsSecureCoding;
|
||||||
@property(retain) NSDictionary *metrics; // @synthesize metrics=_metrics;
|
@property(retain) NSDictionary *metrics; // @synthesize metrics=_metrics;
|
||||||
@property(retain) NSArray<SSDownload*> *downloads; // @synthesize downloads=_downloads;
|
@property(retain) NSArray<SSDownload*> *downloads; // @synthesize downloads=_downloads;
|
||||||
|
|
||||||
//- (void).cxx_destruct;
|
//- (void).cxx_destruct;
|
||||||
|
|
||||||
- (id)initWithCoder:(id)arg1;
|
- (id)initWithCoder:(id)arg1;
|
||||||
- (void)encodeWithCoder:(id)arg1;
|
- (void)encodeWithCoder:(id)arg1;
|
||||||
- (id)_newDownloadsFromItems:(id)arg1 withDSID:(id)arg2;
|
- (id)_newDownloadsFromItems:(id)arg1 withDSID:(id)arg2;
|
||||||
|
|
|
@ -43,6 +43,7 @@
|
||||||
B576FE3021E5BD130016B39D /* OutputListenerSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = B576FE2F21E5BD130016B39D /* OutputListenerSpec.swift */; };
|
B576FE3021E5BD130016B39D /* OutputListenerSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = B576FE2F21E5BD130016B39D /* OutputListenerSpec.swift */; };
|
||||||
B576FE3321E985250016B39D /* SearchResultFormatter.swift in Sources */ = {isa = PBXBuildFile; fileRef = B576FE3221E985250016B39D /* SearchResultFormatter.swift */; };
|
B576FE3321E985250016B39D /* SearchResultFormatter.swift in Sources */ = {isa = PBXBuildFile; fileRef = B576FE3221E985250016B39D /* SearchResultFormatter.swift */; };
|
||||||
B576FE3521E98AAE0016B39D /* StoreSearchSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = B576FE3421E98AAE0016B39D /* StoreSearchSpec.swift */; };
|
B576FE3521E98AAE0016B39D /* StoreSearchSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = B576FE3421E98AAE0016B39D /* StoreSearchSpec.swift */; };
|
||||||
|
B578F061224FB5BD00D2086A /* ISAuthenticationResponse.h in Headers */ = {isa = PBXBuildFile; fileRef = B578F060224FB5BD00D2086A /* ISAuthenticationResponse.h */; };
|
||||||
B5793E29219BDD4800135B39 /* JSON in Resources */ = {isa = PBXBuildFile; fileRef = B5793E28219BDD4800135B39 /* JSON */; };
|
B5793E29219BDD4800135B39 /* JSON in Resources */ = {isa = PBXBuildFile; fileRef = B5793E28219BDD4800135B39 /* JSON */; };
|
||||||
B588CE0221DC89490047D305 /* ExternalCommand.swift in Sources */ = {isa = PBXBuildFile; fileRef = B588CE0121DC89490047D305 /* ExternalCommand.swift */; };
|
B588CE0221DC89490047D305 /* ExternalCommand.swift in Sources */ = {isa = PBXBuildFile; fileRef = B588CE0121DC89490047D305 /* ExternalCommand.swift */; };
|
||||||
B594B12021D53A8200F3AC59 /* Uninstall.swift in Sources */ = {isa = PBXBuildFile; fileRef = B594B11F21D53A8200F3AC59 /* Uninstall.swift */; };
|
B594B12021D53A8200F3AC59 /* Uninstall.swift in Sources */ = {isa = PBXBuildFile; fileRef = B594B11F21D53A8200F3AC59 /* Uninstall.swift */; };
|
||||||
|
@ -261,6 +262,7 @@
|
||||||
B576FE2F21E5BD130016B39D /* OutputListenerSpec.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OutputListenerSpec.swift; sourceTree = "<group>"; };
|
B576FE2F21E5BD130016B39D /* OutputListenerSpec.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OutputListenerSpec.swift; sourceTree = "<group>"; };
|
||||||
B576FE3221E985250016B39D /* SearchResultFormatter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SearchResultFormatter.swift; sourceTree = "<group>"; };
|
B576FE3221E985250016B39D /* SearchResultFormatter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SearchResultFormatter.swift; sourceTree = "<group>"; };
|
||||||
B576FE3421E98AAE0016B39D /* StoreSearchSpec.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StoreSearchSpec.swift; sourceTree = "<group>"; };
|
B576FE3421E98AAE0016B39D /* StoreSearchSpec.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StoreSearchSpec.swift; sourceTree = "<group>"; };
|
||||||
|
B578F060224FB5BD00D2086A /* ISAuthenticationResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ISAuthenticationResponse.h; sourceTree = "<group>"; };
|
||||||
B5793E28219BDD4800135B39 /* JSON */ = {isa = PBXFileReference; lastKnownFileType = folder; path = JSON; sourceTree = "<group>"; };
|
B5793E28219BDD4800135B39 /* JSON */ = {isa = PBXFileReference; lastKnownFileType = folder; path = JSON; sourceTree = "<group>"; };
|
||||||
B588CE0121DC89490047D305 /* ExternalCommand.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExternalCommand.swift; sourceTree = "<group>"; };
|
B588CE0121DC89490047D305 /* ExternalCommand.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExternalCommand.swift; sourceTree = "<group>"; };
|
||||||
B592D8522201702A00A9C970 /* .swiftformat */ = {isa = PBXFileReference; lastKnownFileType = text; path = .swiftformat; sourceTree = "<group>"; };
|
B592D8522201702A00A9C970 /* .swiftformat */ = {isa = PBXFileReference; lastKnownFileType = text; path = .swiftformat; sourceTree = "<group>"; };
|
||||||
|
@ -771,6 +773,7 @@
|
||||||
F8FB71A420F2EC4500F56FDC /* CKUpdate.h */,
|
F8FB71A420F2EC4500F56FDC /* CKUpdate.h */,
|
||||||
F8FB71A520F2EC4500F56FDC /* ISAccountService.h */,
|
F8FB71A520F2EC4500F56FDC /* ISAccountService.h */,
|
||||||
F8FB71A620F2EC4500F56FDC /* ISAuthenticationContext.h */,
|
F8FB71A620F2EC4500F56FDC /* ISAuthenticationContext.h */,
|
||||||
|
B578F060224FB5BD00D2086A /* ISAuthenticationResponse.h */,
|
||||||
F8FB71A720F2EC4500F56FDC /* ISOperationDelegate.h */,
|
F8FB71A720F2EC4500F56FDC /* ISOperationDelegate.h */,
|
||||||
F8FB71A820F2EC4500F56FDC /* ISServiceProxy.h */,
|
F8FB71A820F2EC4500F56FDC /* ISServiceProxy.h */,
|
||||||
F8FB71A920F2EC4500F56FDC /* ISServiceRemoteObject.h */,
|
F8FB71A920F2EC4500F56FDC /* ISServiceRemoteObject.h */,
|
||||||
|
@ -804,6 +807,7 @@
|
||||||
F832138E2173D3E1008BA8A0 /* CKSoftwareMap.h in Headers */,
|
F832138E2173D3E1008BA8A0 /* CKSoftwareMap.h in Headers */,
|
||||||
F83213922173D5AB008BA8A0 /* CKSoftwareProduct.h in Headers */,
|
F83213922173D5AB008BA8A0 /* CKSoftwareProduct.h in Headers */,
|
||||||
F83213932173D5AB008BA8A0 /* CKUpdate.h in Headers */,
|
F83213932173D5AB008BA8A0 /* CKUpdate.h in Headers */,
|
||||||
|
B578F061224FB5BD00D2086A /* ISAuthenticationResponse.h in Headers */,
|
||||||
F832138F2173D3E1008BA8A0 /* CKUpdateController.h in Headers */,
|
F832138F2173D3E1008BA8A0 /* CKUpdateController.h in Headers */,
|
||||||
F83213942173D5AB008BA8A0 /* ISAccountService.h in Headers */,
|
F83213942173D5AB008BA8A0 /* ISAccountService.h in Headers */,
|
||||||
F83213952173D5AB008BA8A0 /* ISAuthenticationContext.h in Headers */,
|
F83213952173D5AB008BA8A0 /* ISAuthenticationContext.h in Headers */,
|
||||||
|
|
Loading…
Reference in a new issue