Created
December 9, 2021 00:35
-
-
Save zcutlip/c74ceec2e818c630e655ee4c8f408878 to your computer and use it in GitHub Desktop.
Working progress on CommerceKit class dumping
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
./classdump.py ../build/Release/formatType ./CommerceKit.json | |
*/ | |
@interface CKDialogController : CKServiceInterface | |
{ | |
} | |
// Class methods | |
+ (id)sharedDialogController | |
// Instance methods | |
- (void)setDelegate:(id)arg1 | |
- (void).cxx_destruct | |
- (id)initWithStoreClient:(id)arg1 | |
@end /* CKDialogController */ | |
@interface CommerceClient : NSObject | |
{ | |
} | |
// Instance methods | |
- (id)init | |
- (void).cxx_destruct | |
- (void)_resetServiceObservers | |
- (void)_cleanUpPurchases | |
- (id)purchaseObservers | |
- (void)purchaseQueueWithIdentifier:(id)arg1 updatedTransactions:(id)arg2 | |
- (id)accountObservers | |
- (id)purchaseQueueDelegates | |
- (id)downloadObservers | |
- (void)unsetDelegateForPurchaseQueueWithIdentifier:(id)arg1 | |
- (id)_dialogContextForTransaction:(id)arg1 | |
- (void)storeClient:(id)arg1 changedPrimaryAccount:(id)arg2 | |
- (void)downloadQueueWithIdentifier:(id)arg1 addedDownloads:(id)arg2 | |
- (void)downloadQueueWithIdentifier:(id)arg1 statusChangedForDownloads:(id)arg2 | |
- (void)purchaseQueueWithIdentifier:(id)arg1 addedTransactions:(id)arg2 | |
- (void)displayDialog:(id)arg1 forTransaction:(id)arg2 reply:(id /* CDUnknownBlockType */)arg3 | |
- (void)authenticateWithDialog:(id)arg1 settings:(id)arg2 forTransaction:(id)arg3 reply:(id /* CDUnknownBlockType */)arg4 | |
- (void)signChallenge:(id)arg1 forTransaction:(id)arg2 reply:(id /* CDUnknownBlockType */)arg3 | |
- (void)promptTouchIDEnableForTransaction:(id)arg1 reply:(id /* CDUnknownBlockType */)arg2 | |
- (void)shouldContinueTransaction:(id)arg1 withNewStorefront:(id)arg2 reply:(id /* CDUnknownBlockType */)arg3 | |
- (void)serviceInterrupted | |
- (void)serviceInvalidated | |
- (id)addAccountObserver:(id)arg1 forAccountStore:(id)arg2 | |
- (void)removeAccountObserver:(id)arg1 forAccountStore:(id)arg2 | |
- (id)addPurchaseObserver:(id)arg1 forPurchaseQueue:(id)arg2 | |
- (void)removePurchaseObserver:(id)arg1 forPurchaseQueue:(id)arg2 | |
- (id)addDownloadObserver:(id)arg1 forDownloadQueue:(id)arg2 | |
- (void)removeDownloadObserver:(id)arg1 forDownloadQueue:(id)arg2 | |
- (void)setDelegate:(id)arg1 forPurchaseQueue:(id)arg2 | |
- (void)setAccountObservers:(id)arg1 | |
- (void)setPurchaseObservers:(id)arg1 | |
- (void)setDownloadObservers:(id)arg1 | |
- (void)setPurchaseQueueDelegates:(id)arg1 | |
@end /* CommerceClient */ | |
@interface CKStoreAccount : NSObject | |
{ | |
} | |
// Class methods | |
+ (_Bool)supportsSecureCoding | |
+ (id)_acAccountFromStoreAccount:(id)arg1 client:(id)arg2 | |
+ (id)_storeAccountFromACAccount:(id)arg1 client:(id)arg2 | |
+ (id)_storeAccountFromLegacyStoreAccount:(id)arg1 client:(id)arg2 | |
// Instance methods | |
- (id)copyWithZone:(struct _NSZone *)arg1 | |
- (_Bool)isEqual:(id)arg1 | |
- (unsigned long long)hash | |
- (id)description | |
- (void)encodeWithCoder:(id)arg1 | |
- (id)initWithCoder:(id)arg1 | |
- (void).cxx_destruct | |
- (id)identifier | |
- (id)_plist | |
- (id)_token | |
- (unsigned char)kind | |
- (id)firstName | |
- (id)credit | |
- (id)_clientIdentifier | |
- (id)lastName | |
- (id)dsID | |
- (_Bool)isPrimary | |
- (long long)_serverType | |
- (_Bool)isManagedStudent | |
- (_Bool)isSignedIn | |
- (id)_initWithStoreClient:(id)arg1 plist:(id)arg2 | |
- (void)_setToken:(id)arg1 | |
- (id)_initWithStoreClient:(id)arg1 response:(id)arg2 | |
- (id)_legacyStoreAccount | |
- (void)_setCredit:(id)arg1 | |
@end /* CKStoreAccount */ | |
@interface CKItemLookupRequest : NSObject | |
{ | |
} | |
// Instance methods | |
- (void).cxx_destruct | |
- (_Bool)start | |
- (id)parameters | |
- (void)setPreferredLanguage:(id)arg1 | |
- (id)preferredLanguage | |
- (id)initWithBundleIdentifiers:(id)arg1 adamIDs:(id)arg2 keyProfile:(id)arg3 | |
- (_Bool)startWithLookupBlock:(id /* CDUnknownBlockType */)arg1 | |
- (_Bool)platformOverride | |
- (void)setPlatformOverride:(_Bool)arg1 | |
@end /* CKItemLookupRequest */ | |
@interface CKDAAPPurchaseHistory : NSObject | |
{ | |
} | |
// Instance methods | |
- (void).cxx_destruct | |
- (id)addObserver:(id)arg1 | |
- (void)removeObserver:(id)arg1 | |
- (id)token | |
- (id)observers | |
- (void)setObservers:(id)arg1 | |
- (void)setToken:(id)arg1 | |
- (id)library | |
- (id)initWithStoreClient:(id)arg1 | |
- (void)pollForPurchasedItems:(_Bool)arg1 | |
- (id)purchasedItems | |
- (id)_purchaseFromDAAPItem:(id)arg1 | |
- (void)storeDAAPLibrary:(id)arg1 addedItems:(id)arg2 removedItems:(id)arg3 | |
@end /* CKDAAPPurchaseHistory */ | |
@interface CKMachineAuthorization : CKServiceInterface | |
{ | |
} | |
// Class methods | |
+ (id)sharedMachineAuthorization | |
// Instance methods | |
- (void)authorizeMachineWithAppleID:(id)arg1 completionHandler:(id /* CDUnknownBlockType */)arg2 | |
- (void)deauthorizeMachineWithCompletionHandler:(id /* CDUnknownBlockType */)arg1 | |
@end /* CKMachineAuthorization */ | |
@interface CKDAAPItem : NSObject | |
{ | |
} | |
// Class methods | |
+ (_Bool)supportsSecureCoding | |
// Instance methods | |
- (void)encodeWithCoder:(id)arg1 | |
- (id)initWithCoder:(id)arg1 | |
- (void).cxx_destruct | |
- (id)identifier | |
- (id)uniqueIdentifier | |
- (id)category | |
- (id)title | |
- (id)author | |
- (id)storeIdentifier | |
- (id)artworkURL | |
- (id)purchaseDate | |
- (_Bool)isPreorder | |
- (id)sortName | |
- (id)redownloadBuyParams | |
- (id)updateBuyParams | |
- (id)downloadAssetSize | |
- (id)publicationVersion | |
- (id)publicationDisplayVersion | |
- (id)expectedReleaseDate | |
- (id)purchasedToken | |
- (id)_initWithDAAPDictionary:(id)arg1 | |
@end /* CKDAAPItem */ | |
@interface ServiceProxy : NSObject | |
{ | |
} | |
// Class methods | |
+ (id)commerceService | |
+ (id)commerceSynchronousService | |
+ (id)commerceServiceWithErrorHandler:(id /* CDUnknownBlockType */)arg1 | |
+ (id)_commerceConnection | |
+ (id)commerceSynchronousServiceWithErrorHandler:(id /* CDUnknownBlockType */)arg1 | |
+ (id)commerceServiceInterface | |
+ (id)commerceClientInterface | |
+ (id)commerceClient | |
@end /* ServiceProxy */ | |
@interface CKDialogContext : NSObject | |
{ | |
} | |
// Instance methods | |
- (id)copyWithZone:(struct _NSZone *)arg1 | |
- (void).cxx_destruct | |
- (void)setIcon:(id)arg1 | |
- (id)icon | |
- (id)hostWindow | |
- (void)setHostWindow:(id)arg1 | |
- (id)_viewController | |
- (void)handleAuthenticateRequest:(id)arg1 completion:(id /* CDUnknownBlockType */)arg2 | |
- (void)handleDialogRequest:(id)arg1 completion:(id /* CDUnknownBlockType */)arg2 | |
- (void)displayDialog:(id)arg1 withCompletionHandler:(id /* CDUnknownBlockType */)arg2 | |
- (id)_alertForDialog:(id)arg1 | |
- (BOOL)_clickedButtonForModalResponse:(long long)arg1 | |
- (id)proxyBundleURL | |
- (int)proxyPID | |
- (void)setProxyPID:(int)arg1 | |
- (void)setProxyBundleURL:(id)arg1 | |
@end /* CKDialogContext */ | |
@interface SSRestoreContentItem : NSObject | |
{ | |
} | |
// Instance methods | |
- (id)init | |
- (void).cxx_destruct | |
- (id)bundleID | |
- (void)setBundleID:(id)arg1 | |
- (id)videoDimensions | |
- (id)storeFrontID | |
- (void)_setValue:(id)arg1 forProperty:(id)arg2 | |
- (void)setVideoDimensions:(id)arg1 | |
- (id)storeItemID | |
- (id)storeAccountID | |
- (void)setStoreAccountID:(id)arg1 | |
- (void)setStoreFrontID:(id)arg1 | |
- (id)_initSSRestoreContentItem | |
- (void)setValue:(id)arg1 forDownloadProperty:(id)arg2 | |
- (void)setValue:(id)arg1 forAssetProperty:(id)arg2 | |
- (_Bool)isEligibleForRestore:(id *)arg1 | |
- (id)_restoreKeyForAssetProperty:(id)arg1 | |
- (id)_restoreKeyForDownloadProperty:(id)arg1 | |
- (void)setStoreAccountAppleID:(id)arg1 | |
- (void)setCloudMatchStatus:(id)arg1 | |
- (id)initWithRestoreDownload:(id)arg1 | |
- (id)cloudItemID | |
- (id)cloudMatchStatus | |
- (id)copyRestoreDictionary | |
- (id)downloadKind | |
- (_Bool)isDRMFree | |
- (id)podcastEpisodeGUID | |
- (void)setCloudItemID:(id)arg1 | |
- (void)setDownloadKind:(id)arg1 | |
- (void)setDRMFree:(_Bool)arg1 | |
- (void)setPodcastEpisodeGUID:(id)arg1 | |
- (void)setStoreFlavor:(id)arg1 | |
- (void)setStoreItemID:(id)arg1 | |
- (void)setStoreSoftwareVersionID:(id)arg1 | |
- (void)setInstallPath:(id)arg1 | |
- (id)storeAccountAppleID | |
- (id)storeFlavor | |
- (id)storeSoftwareVersionID | |
- (id)installPath | |
@end /* SSRestoreContentItem */ | |
@interface ISProcessPropertyListOperation : ISOperation | |
{ | |
} | |
// Instance methods | |
- (void)run | |
- (void).cxx_destruct | |
- (void)operation:(id)arg1 failedWithError:(id)arg2 | |
- (id)dataProvider | |
- (id)initWithStoreClient:(id)arg1 | |
- (void)setDataProvider:(id)arg1 | |
- (void)operation:(id)arg1 finishedWithOutput:(id)arg2 | |
- (id)initWithPropertyList:(id)arg1 storeClient:(id)arg2 | |
- (id)initWithPropertyListAtURL:(id)arg1 withPreParserBlock:(id /* CDUnknownBlockType */)arg2 storeClient:(id)arg3 | |
@end /* ISProcessPropertyListOperation */ | |
@interface CKSoftwareMap : CKServiceInterface | |
{ | |
} | |
// Class methods | |
+ (id)sharedSoftwareMap | |
// Instance methods | |
- (void).cxx_destruct | |
- (id)sharedObserver | |
- (id)initWithStoreClient:(id)arg1 | |
- (id)receiptFromBundleAtPath:(id)arg1 | |
- (id)productsObservers | |
- (void)startAdoptionEligibilityCheckWithReplyBlock:(id /* CDUnknownBlockType */)arg1 | |
- (void)connectionWasInterrupted | |
- (id)addProductsObserver:(id /* CDUnknownBlockType */)arg1 queue:(id)arg2 | |
- (void)removeProductsObserverForToken:(id)arg1 | |
- (id)productForBundleIdentifier:(id)arg1 | |
- (id)productForItemIdentifier:(unsigned long long)arg1 | |
- (id)allProducts | |
- (id)productForPath:(id)arg1 | |
- (_Bool)isTrialVersionOfBundleIdentifier:(id)arg1 | |
- (id)bundleInfoFromBundleAtPath:(id)arg1 | |
- (id)iconForApplicationWithBundeID:(id)arg1 | |
- (id)updateRequestBodyData:(_Bool *)arg1 includeInstalledApps:(_Bool)arg2 includeBundledApps:(_Bool)arg3 conditionally:(_Bool)arg4 hadUnadoptedApps:(out _Bool *)arg5 | |
- (_Bool)adoptionCompletedForBundleID:(id)arg1 adoptingDSID:(out id *)arg2 appleID:(out id *)arg3 | |
- (id)adoptableBundleIdentifiers | |
- (id)adopt:(id)arg1 | |
- (void)setProductsObservers:(id)arg1 | |
- (void)setSharedObserver:(id)arg1 | |
@end /* CKSoftwareMap */ | |
@interface CKSoftwareMapObserver : NSObject | |
{ | |
} | |
// Instance methods | |
- (void).cxx_destruct | |
- (id /* CDUnknownBlockType */)block | |
- (id)queue | |
- (void)setQueue:(id)arg1 | |
- (void)setBlock:(id /* CDUnknownBlockType */)arg1 | |
- (void)softwareProduct:(id)arg1 updatedState:(long long)arg2 | |
@end /* CKSoftwareMapObserver */ | |
@interface _CKDAAPParser : NSObject | |
{ | |
} | |
// Class methods | |
+ (id)sharedInstance | |
+ (id)decodeData:(id)arg1 | |
+ (id)typeForDRCPValueType:(int)arg1 | |
+ (id)decodeHexString:(id)arg1 | |
// Instance methods | |
- (id)processResponseCode:(unsigned int)arg1 bytes:(const char *)arg2 count:(long long)arg3 | |
- (id)processFlavor:(const char *)arg1 size:(long long)arg2 | |
- (void)unknownCode:(unsigned int)arg1 bytes:(const char *)arg2 size:(long long)arg3 | |
- (void)setUInt16:(const char *)arg1 size:(long long)arg2 inDict:(id)arg3 forKey:(id)arg4 | |
- (void)setUInt32:(const char *)arg1 size:(long long)arg2 inDict:(id)arg3 forKey:(id)arg4 | |
- (void)setString:(const char *)arg1 size:(long long)arg2 inDict:(id)arg3 forKey:(id)arg4 | |
- (void)setUInt8:(const char *)arg1 size:(long long)arg2 inDict:(id)arg3 forKey:(id)arg4 | |
- (void)setUInt64:(const char *)arg1 size:(long long)arg2 inDict:(id)arg3 forKey:(id)arg4 | |
- (unsigned long long)SwapInt64BigToHost:(const char *)arg1 size:(long long)arg2 | |
- (id)parseUTF8String:(const char *)arg1 length:(long long)arg2 | |
- (void)setBool:(const char *)arg1 size:(long long)arg2 inDict:(id)arg3 forKey:(id)arg4 | |
- (id)parseMACAddressListing:(const char *)arg1 count:(long long)arg2 | |
- (id)parseContentCollectionDict:(const char *)arg1 count:(long long)arg2 | |
- (void)parseDict:(const char *)arg1 size:(long long)arg2 intoDict:(id)arg3 | |
- (void)setDate:(const char *)arg1 size:(long long)arg2 inDict:(id)arg3 forKey:(id)arg4 | |
- (id)processFlavors:(const char *)arg1 size:(long long)arg2 | |
- (id)processXMLContent:(const char *)arg1 count:(long long)arg2 | |
- (id)parseUnicodeCharacter:(const char *)arg1 count:(long long)arg2 | |
- (void)setFloat32:(const char *)arg1 size:(long long)arg2 inDict:(id)arg3 forKey:(id)arg4 | |
- (id)parseListingCollection:(const char *)arg1 count:(long long)arg2 capacity:(int)arg3 | |
- (id)parseListingItem:(const char *)arg1 count:(long long)arg2 | |
- (id)parseDeletedIDsList:(const char *)arg1 count:(long long)arg2 | |
- (id)parseBrowseResults:(const char *)arg1 count:(long long)arg2 | |
- (id)parseControlPromptCollection:(const char *)arg1 count:(long long)arg2 | |
- (id)parseServerInfo:(const char *)arg1 count:(long long)arg2 | |
- (id)parseContentCodes:(const char *)arg1 count:(long long)arg2 | |
- (id)parseLogin:(const char *)arg1 count:(long long)arg2 | |
- (id)parseListingHeader:(const char *)arg1 count:(long long)arg2 | |
- (id)parseError:(const char *)arg1 count:(long long)arg2 | |
- (id)parseDACPPropertyResponse:(const char *)arg1 count:(long long)arg2 | |
- (id)parseControlPromptResponse:(const char *)arg1 count:(long long)arg2 | |
- (id)parseGetSpeakersResponse:(const char *)arg1 count:(long long)arg2 | |
- (void)setSInt8:(const char *)arg1 size:(long long)arg2 inDict:(id)arg3 forKey:(id)arg4 | |
- (void)setSInt16:(const char *)arg1 size:(long long)arg2 inDict:(id)arg3 forKey:(id)arg4 | |
@end /* _CKDAAPParser */ | |
@interface CKStoreDAAPLibrary : NSObject | |
{ | |
} | |
// Class methods | |
+ (id)daapLibraryWithStoreClient:(id)arg1 | |
// Instance methods | |
- (void)dealloc | |
- (unsigned long long)count | |
- (id)itemAtIndex:(unsigned long long)arg1 | |
- (void).cxx_destruct | |
- (void)update | |
- (id)addObserver:(id)arg1 | |
- (void)removeObserver:(id)arg1 | |
- (id)serviceName | |
- (id)observers | |
- (void)setObservers:(id)arg1 | |
- (id)items | |
- (void)setItems:(id)arg1 | |
- (void)setServiceName:(id)arg1 | |
- (id)sessionID | |
- (void)setSessionID:(id)arg1 | |
- (void)reload | |
- (id)allItems | |
- (id)requestQueue | |
- (void)setRequestQueue:(id)arg1 | |
- (id)initWithStoreClient:(id)arg1 | |
- (id)storeClient | |
- (void)accountStore:(id)arg1 primaryAccountChanged:(id)arg2 | |
- (void)setMediaKinds:(long long)arg1 | |
- (void)_loadPersistedStore | |
- (id)_persistedStoreURL | |
- (id)localVersion | |
- (void)_performDAAPRequestWithAction:(id)arg1 body:(id)arg2 contentType:(id)arg3 reason:(int)arg4 completionHandler:(id /* CDUnknownBlockType */)arg5 | |
- (void)_pollDAAPServerWithReason:(int)arg1 completionHandler:(id /* CDUnknownBlockType */)arg2 | |
- (id)_mediaKindsQueryString | |
- (id)daapClientTokenPairs | |
- (void)_updatedItems:(id)arg1 deletedItems:(id)arg2 withLatestVersion:(id)arg3 | |
- (void)_latestDatabaseVersionWithReason:(int)arg1 completionHandler:(id /* CDUnknownBlockType */)arg2 | |
- (void)_loginWithCompletionHandler:(id /* CDUnknownBlockType */)arg1 | |
- (void)setLocalVersion:(id)arg1 | |
- (long long)mediaKinds | |
- (void)_writePersistedStoreItems:(id)arg1 mediaKind:(long long)arg2 version:(id)arg3 | |
- (void)_configureWithBagInfo:(id)arg1 | |
- (id)pollTimer | |
- (double)pollFrequency | |
- (void)setPollFrequency:(double)arg1 | |
- (void)_pollingTimerFired:(id)arg1 | |
- (void)setPollTimer:(id)arg1 | |
- (id)forcedRefreshTimer | |
- (double)forcedRefreshFrequency | |
- (void)setForcedRefreshFrequency:(double)arg1 | |
- (void)_forcedRefreshTimerFired:(id)arg1 | |
- (void)setForcedRefreshTimer:(id)arg1 | |
- (id)itemsAtIndexes:(id)arg1 | |
- (id)sortedItemsUsingDescriptors:(id)arg1 | |
- (id)filteredItemsUsingPredicate:(id)arg1 | |
@end /* CKStoreDAAPLibrary */ | |
@interface CKDownloadAsset : NSObject | |
{ | |
} | |
// Class methods | |
+ (_Bool)supportsSecureCoding | |
// Instance methods | |
- (id)copyWithZone:(struct _NSZone *)arg1 | |
- (void)encodeWithCoder:(id)arg1 | |
- (id)initWithCoder:(id)arg1 | |
- (void).cxx_destruct | |
- (id)URL | |
- (id)_initWithURL:(id)arg1 | |
- (void)setMd5:(id)arg1 | |
- (id)md5 | |
- (void)setChunkSize:(unsigned long long)arg1 | |
- (unsigned long long)chunkSize | |
- (id)hashes | |
- (id)sinfs | |
- (id)downloadKey | |
- (void)setDownloadKey:(id)arg1 | |
- (void)setSinfs:(id)arg1 | |
- (_Bool)needsDecryption | |
- (id)appliesToVersionIdentifier | |
- (void)setAppliesToVersionIdentifier:(id)arg1 | |
- (void)setHashes:(id)arg1 | |
- (id)clearHashes | |
- (void)setClearHashes:(id)arg1 | |
@end /* CKDownloadAsset */ | |
@interface CKStoreRequest : NSObject | |
{ | |
} | |
// Class methods | |
+ (_Bool)supportsSecureCoding | |
+ (id)_macOSVersionString | |
+ (id)_macOSBuildString | |
+ (id)_webKitVersionString | |
+ (id)_commerceKitVersionString | |
+ (id)userAgentForStoreClient:(id)arg1 | |
+ (void)_processURLResponse:(id)arg1 forRequest:(id)arg2 storeClient:(id)arg3 | |
// Instance methods | |
- (id)copyWithZone:(struct _NSZone *)arg1 | |
- (void)encodeWithCoder:(id)arg1 | |
- (id)initWithCoder:(id)arg1 | |
- (id)delegate | |
- (void)setDelegate:(id)arg1 | |
- (void).cxx_destruct | |
- (id)URL | |
- (id)bodyData | |
- (id)initWithStoreClient:(id)arg1 bagURLKey:(id)arg2 | |
- (void)setAdditionalHTTPHeaders:(id)arg1 | |
- (void)setBodyPlist:(id)arg1 | |
- (id)bodyPlist | |
- (void)runAsyncWithCompletionHandler:(id /* CDUnknownBlockType */)arg1 | |
- (id)additionalQueryParameters | |
- (void)setBodyData:(id)arg1 | |
- (id)additionalHTTPHeaders | |
- (id)authenticationContext | |
- (void)setAuthenticationContext:(id)arg1 | |
- (id)storeClient | |
- (id)initWithStoreClient:(id)arg1 URL:(id)arg2 | |
- (void)setAdditionalQueryParameters:(id)arg1 | |
- (id)runSync:(id *)arg1 | |
- (id)_initWithStoreClient:(id)arg1 | |
- (void)_authenticateWithChallenge:(id)arg1 completionHandler:(id /* CDUnknownBlockType */)arg2 | |
- (id)bagURLKey | |
- (id)_URLRequestWithError:(id *)arg1 | |
- (id)_cookieHeader | |
@end /* CKStoreRequest */ | |
@interface CKAuthenticationSettings : NSObject | |
{ | |
} | |
// Class methods | |
+ (_Bool)supportsSecureCoding | |
// Instance methods | |
- (id)copyWithZone:(struct _NSZone *)arg1 | |
- (id)init | |
- (void)encodeWithCoder:(id)arg1 | |
- (id)initWithCoder:(id)arg1 | |
- (void).cxx_destruct | |
- (id)_password | |
- (_Bool)showHelp | |
- (_Bool)createSession | |
- (void)setShowHelp:(_Bool)arg1 | |
- (id)suggestedUsername | |
- (void)setSuggestedUsername:(id)arg1 | |
- (id)authenticateArguments | |
- (void)setAuthenticateArguments:(id)arg1 | |
- (id)createAccountArguments | |
- (void)setCreateAccountArguments:(id)arg1 | |
- (_Bool)forceAccount | |
- (void)setForceAccount:(_Bool)arg1 | |
- (void)setCreateSession:(_Bool)arg1 | |
- (void)set_password:(id)arg1 | |
- (_Bool)_loginToiCloud | |
- (void)set_loginToiCloud:(_Bool)arg1 | |
@end /* CKAuthenticationSettings */ | |
@interface CKStoreAccountSettingsContext : NSObject | |
{ | |
} | |
// Class methods | |
+ (id)contextForStoreAccount:(id)arg1 | |
// Instance methods | |
- (void).cxx_destruct | |
- (id)account | |
- (id)_bag | |
- (void)AMSURLSession:(id)arg1 task:(id)arg2 handleAuthenticateRequest:(id)arg3 completion:(id /* CDUnknownBlockType */)arg4 | |
- (void)AMSURLSession:(id)arg1 task:(id)arg2 handleDialogRequest:(id)arg3 completion:(id /* CDUnknownBlockType */)arg4 | |
- (void)setDialogContext:(id)arg1 | |
- (id)initWithStoreAccount:(id)arg1 | |
- (void)_setEnabledAutomaticDownloadMediaKinds:(long long)arg1 withCompletionHandler:(id /* CDUnknownBlockType */)arg2 | |
- (void)enabledAutomaticDownloadMediaKindsWithCompletionHandler:(id /* CDUnknownBlockType */)arg1 | |
- (void)_setEnabledAutomaticDownloadMediaKinds:(long long)arg1 withURL:(id)arg2 bodyPlist:(id)arg3 completionHandler:(id /* CDUnknownBlockType */)arg4 | |
- (id)dialogContext | |
- (void)enableAutomaticDownloadForMediaKinds:(long long)arg1 withCompletionHandler:(id /* CDUnknownBlockType */)arg2 | |
- (void)disableAutomaticDownloadForMediaKinds:(long long)arg1 withCompletionHandler:(id /* CDUnknownBlockType */)arg2 | |
- (void)passwordSettingsWithCompletionHandler:(id /* CDUnknownBlockType */)arg1 | |
- (void)setPasswordSettings:(id)arg1 withCompletionHandler:(id /* CDUnknownBlockType */)arg2 | |
- (void)eligibilityForService:(long long)arg1 completionHandler:(id /* CDUnknownBlockType */)arg2 | |
- (long long)touchIDState | |
- (void)setTouchIDState:(long long)arg1 withCompletionHandler:(id /* CDUnknownBlockType */)arg2 | |
@end /* CKStoreAccountSettingsContext */ | |
@interface CKPurchaseResponse : NSObject | |
{ | |
} | |
// Class methods | |
+ (_Bool)supportsSecureCoding | |
// Instance methods | |
- (id)copyWithZone:(struct _NSZone *)arg1 | |
- (void)encodeWithCoder:(id)arg1 | |
- (id)initWithCoder:(id)arg1 | |
- (void).cxx_destruct | |
- (id)error | |
- (id)metrics | |
- (id)storeClient | |
- (id)_initWithStoreClient:(id)arg1 response:(id)arg2 | |
- (id)storeResponse | |
- (id)downloads | |
- (void)setStoreClient:(id)arg1 | |
- (void)setStoreResponse:(id)arg1 | |
- (id)_storeResponse | |
@end /* CKPurchaseResponse */ | |
@interface CKAuthenticationContext : NSObject | |
{ | |
} | |
// Class methods | |
+ (id)authenticationContextForStoreClient:(id)arg1 | |
// Instance methods | |
- (id)copyWithZone:(struct _NSZone *)arg1 | |
- (void).cxx_destruct | |
- (id)settings | |
- (void)setSettings:(id)arg1 | |
- (id)initWithStoreClient:(id)arg1 | |
- (id)storeClient | |
- (void)setDialogContext:(id)arg1 | |
- (void)authenticateWithDialog:(id)arg1 completionHandler:(id /* CDUnknownBlockType */)arg2 | |
- (void)signChallenge:(id)arg1 withCompletionHandler:(id /* CDUnknownBlockType */)arg2 | |
- (id)dialogContext | |
- (void)_signChallenge:(id)arg1 withCaller:(id)arg2 completionHandler:(id /* CDUnknownBlockType */)arg3 | |
- (void)_authenticateWithDialog:(id)arg1 completionHandler:(id /* CDUnknownBlockType */)arg2 | |
- (id)_viewControllerForAuthentication | |
- (void)_finishAuthWithResult:(id)arg1 error:(id)arg2 completionHandler:(id /* CDUnknownBlockType */)arg3 | |
@end /* CKAuthenticationContext */ | |
@interface CKDialog : NSObject | |
{ | |
} | |
// Class methods | |
+ (_Bool)supportsSecureCoding | |
+ (id)dialogWithError:(id)arg1 | |
+ (id)_dialogFromResponseDictionary:(id)arg1 | |
// Instance methods | |
- (id)copyWithZone:(struct _NSZone *)arg1 | |
- (id)description | |
- (id)init | |
- (void)encodeWithCoder:(id)arg1 | |
- (id)initWithCoder:(id)arg1 | |
- (void).cxx_destruct | |
- (id)helpAnchor | |
- (BOOL)kind | |
- (id)informativeText | |
- (id)otherButtonTitle | |
- (void)setInformativeText:(id)arg1 | |
- (void)setOtherButtonTitle:(id)arg1 | |
- (void)setKind:(BOOL)arg1 | |
- (void)setMessageText:(id)arg1 | |
- (void)setHelpAnchor:(id)arg1 | |
- (void)setShowsHelp:(_Bool)arg1 | |
- (_Bool)showsHelp | |
- (id)messageText | |
- (BOOL)defaultButton | |
- (void)setDefaultButton:(BOOL)arg1 | |
- (id)buttonActions | |
- (void)setButtonActions:(id)arg1 | |
- (id)cancelButtonTitle | |
- (void)setCancelButtonTitle:(id)arg1 | |
- (_Bool)checkboxChecked | |
- (void)setCheckboxChecked:(_Bool)arg1 | |
- (id)okButtonTitle | |
- (id)checkboxTitle | |
- (id)actionForButton:(BOOL)arg1 | |
- (void)setOkButtonTitle:(id)arg1 | |
- (void)setCheckboxTitle:(id)arg1 | |
- (void)setAction:(id)arg1 forButton:(BOOL)arg2 | |
@end /* CKDialog */ | |
@interface _CKDAAPBuffer : NSObject | |
{ | |
} | |
// Instance methods | |
- (id)init | |
- (id)data | |
- (void).cxx_destruct | |
- (long long)appendHeader:(unsigned int)arg1 size:(unsigned int)arg2 | |
- (long long)appendUInt32:(unsigned int)arg1 withCode:(unsigned int)arg2 | |
- (long long)appendUInt8:(unsigned char)arg1 withCode:(unsigned int)arg2 | |
- (long long)appendUTF8String:(const char *)arg1 length:(unsigned int)arg2 withCode:(unsigned int)arg3 | |
- (long long)appendUInt64:(unsigned long long)arg1 withCode:(unsigned int)arg2 | |
@end /* _CKDAAPBuffer */ | |
@interface CKRestoreDownloadsRequest : SSRequest | |
{ | |
} | |
// Instance methods | |
- (void).cxx_destruct | |
- (_Bool)userInitiated | |
- (void)setUserInitiated:(_Bool)arg1 | |
- (id)initWithArchivedFiles:(id)arg1 | |
- (_Bool)issueRequestForIdentifier:(id)arg1 error:(id *)arg2 | |
@end /* CKRestoreDownloadsRequest */ | |
@interface CKBag : NSObject | |
{ | |
} | |
// Class methods | |
+ (id)valueForKey:(id)arg1 | |
+ (id)urlForKey:(id)arg1 | |
+ (id)productionBag | |
+ (id)sandboxBox | |
+ (id)bagWithType:(unsigned long long)arg1 | |
// Instance methods | |
- (_Bool)isValid | |
- (void).cxx_destruct | |
- (id)dictionary | |
- (id)valueForKey:(id)arg1 | |
- (id)urlForKey:(id)arg1 | |
- (id)initWithStoreClient:(id)arg1 | |
- (id)initWithBagType:(unsigned long long)arg1 | |
- (id)storeClient | |
- (_Bool)urlIsTrusted:(id)arg1 | |
- (_Bool)regexWithKey:(id)arg1 matchesString:(id)arg2 | |
- (_Bool)sendGUIDWithURL:(id)arg1 | |
- (id)storefrontURL | |
- (id)loadBagAndObserveUpdatesWithHandler:(id /* CDUnknownBlockType */)arg1 | |
- (void)stopObservingBagWithObserver:(id)arg1 | |
- (void)startUpdate | |
@end /* CKBag */ | |
@interface AMSBag_DeviceOffers : NSObject | |
{ | |
} | |
// Instance methods | |
- (void).cxx_destruct | |
- (id)initWithStoreClient:(id)arg1 | |
- (id)appleMusicDeviceOfferDeepLink | |
- (id)iCloudDeviceOfferDeepLink | |
- (id)storeClient | |
- (void)setStoreClient:(id)arg1 | |
@end /* AMSBag_DeviceOffers */ | |
@interface CKItem : NSObject | |
{ | |
} | |
// Instance methods | |
- (id)description | |
- (void).cxx_destruct | |
- (id)bundleIdentifier | |
- (id)bundleVersion | |
- (id)valueForProperty:(id)arg1 | |
- (id)developerName | |
- (id)releaseDate | |
- (id)itemKind | |
- (long long)numberOfUserRatings | |
- (id)buyParameters | |
- (id)collectionName | |
- (id)mediaKind | |
- (id)ITunesStoreIdentifier | |
- (float)averageUserRating | |
- (id)itemTitle | |
- (id)thumbnailImages | |
- (id)viewItemURL | |
- (id)priceDisplay | |
- (id)initWithItemDictionary:(id)arg1 | |
- (id)rawItemDictionary | |
- (id)sendGiftURL | |
- (id)viewReviewsURL | |
- (id)_tellAFriendDictionary | |
@end /* CKItem */ | |
@interface CKItemArtworkImage : NSObject | |
{ | |
} | |
// Instance methods | |
- (_Bool)isEqual:(id)arg1 | |
- (unsigned long long)hash | |
- (id)description | |
- (void).cxx_destruct | |
- (id)URL | |
- (long long)width | |
- (long long)height | |
- (id)initWithArtworkDictionary:(id)arg1 | |
- (id)imageKind | |
@end /* CKItemArtworkImage */ | |
@interface SSURLRequestProperties : NSObject | |
{ | |
} | |
// Instance methods | |
- (id)copyWithZone:(struct _NSZone *)arg1 | |
- (id)init | |
- (id)mutableCopyWithZone:(struct _NSZone *)arg1 | |
- (void)encodeWithCoder:(id)arg1 | |
- (id)initWithCoder:(id)arg1 | |
- (void).cxx_destruct | |
- (id)URL | |
- (id)HTTPBody | |
- (id)HTTPMethod | |
- (unsigned long long)cachePolicy | |
- (double)timeoutInterval | |
- (id)clientIdentifier | |
- (id)requestParameters | |
- (id)HTTPHeaders | |
- (id)_initCommon | |
- (_Bool)isITunesStoreRequest | |
- (id)initWithURLRequest:(id)arg1 | |
- (long long)allowedRetryCount | |
- (id)copyURLRequest | |
- (id)URLBagKey | |
@end /* SSURLRequestProperties */ | |
@interface SSMutableURLRequestProperties : SSURLRequestProperties | |
{ | |
} | |
// Instance methods | |
- (id)copyWithZone:(struct _NSZone *)arg1 | |
- (void)setURL:(id)arg1 | |
- (void)setHTTPMethod:(id)arg1 | |
- (void)setValue:(id)arg1 forHTTPHeaderField:(id)arg2 | |
- (void)setHTTPBody:(id)arg1 | |
- (void)setCachePolicy:(unsigned long long)arg1 | |
- (void)setTimeoutInterval:(double)arg1 | |
- (void)setClientIdentifier:(id)arg1 | |
- (void)setRequestParameters:(id)arg1 | |
- (void)setHTTPHeaders:(id)arg1 | |
- (void)setITunesStoreRequest:(_Bool)arg1 | |
- (void)setAllowedRetryCount:(long long)arg1 | |
- (void)setURLBagKey:(id)arg1 | |
- (void)setValue:(id)arg1 forRequestParameter:(id)arg2 | |
@end /* SSMutableURLRequestProperties */ | |
@interface CKPurchaseQueue : NSObject | |
{ | |
} | |
// Class methods | |
+ (id)purchaseQueueForIdentifier:(id)arg1 | |
+ (void)_cancelTransactionWithResumeData:(id)arg1 | |
+ (void)_resumeTransactionWithResumeData:(id)arg1 storeResponse:(id)arg2 | |
// Instance methods | |
- (void)setDelegate:(id)arg1 | |
- (void).cxx_destruct | |
- (id)identifier | |
- (id)_initWithIdentifier:(id)arg1 | |
- (id)transactions | |
- (void)_updateTransactions:(id)arg1 | |
- (void)setDialogContext:(id)arg1 | |
- (void)setDelegateWrapper:(id)arg1 | |
- (id)delegateWrapper | |
- (id)addPurchases:(id)arg1 | |
- (id)addTransactionObserver:(id)arg1 | |
- (void)removeTransactionObserver:(id)arg1 | |
- (id)addPurchase:(id)arg1 | |
- (void)cancelTransaction:(id)arg1 | |
- (void)cancelTransactionGroup:(id)arg1 | |
@end /* CKPurchaseQueue */ | |
@interface _CKPurchaseQueueDelegateWrapper : NSObject | |
{ | |
} | |
// Instance methods | |
- (void).cxx_destruct | |
- (id)purchaseQueue:(id)arg1 dialogContextForTransaction:(id)arg2 | |
- (id)dialogContext | |
- (id)initWithDialogContext:(id)arg1 | |
@end /* _CKPurchaseQueueDelegateWrapper */ | |
@interface CKAnalytics : NSObject | |
{ | |
} | |
// Class methods | |
+ (id)sharedInstance | |
+ (void)reportForCategory:(unsigned short)arg1 payload:(id)arg2 | |
// Instance methods | |
- (id)init | |
- (void).cxx_destruct | |
- (id)dispatchQueue | |
- (_Bool)_isNetworkReachable | |
- (void)_reportForCategory:(unsigned short)arg1 payload:(id)arg2 | |
- (id)_retrieveCategoryName:(unsigned short)arg1 | |
- (id)payloadArray | |
- (id)activeRTCReportingSession | |
- (id)_createRTCReportingSessionAndSend | |
- (void)setActiveRTCReportingSession:(id)arg1 | |
@end /* CKAnalytics */ | |
@interface CKClientDispatch : NSObject | |
{ | |
} | |
// Class methods | |
+ (id)sharedInstance | |
// Instance methods | |
- (void)dealloc | |
- (id)init | |
- (void).cxx_destruct | |
- (void)_sendMessage:(id)arg1 replyQueue:(id)arg2 replyBlock:(id /* CDUnknownBlockType */)arg3 | |
- (id)_sendMessage:(id)arg1 callbackQueue:(id)arg2 callbackBlock:(id /* CDUnknownBlockType */)arg3 | |
- (void)invokeSelector:(id)arg1 ofClass:(id)arg2 | |
- (void)invokeSelector:(id)arg1 ofClass:(id)arg2 withObject:(id)arg3 | |
- (void)invokeSelector:(id)arg1 ofClass:(id)arg2 replyQueue:(id)arg3 replyBlock:(id /* CDUnknownBlockType */)arg4 | |
- (void)invokeSelector:(id)arg1 ofClass:(id)arg2 withObject:(id)arg3 replyQueue:(id)arg4 replyBlock:(id /* CDUnknownBlockType */)arg5 | |
- (id)invokeSelector:(id)arg1 ofClass:(id)arg2 withObject:(id)arg3 callbackQueue:(id)arg4 callbackBlock:(id /* CDUnknownBlockType */)arg5 | |
- (id)_syncInvokeSelector:(id)arg1 ofClass:(id)arg2 withObject:(id)arg3 | |
- (void)cancelCallback:(id)arg1 | |
@end /* CKClientDispatch */ | |
@interface CKServiceInterface : ISServiceProxy | |
{ | |
} | |
@end /* CKServiceInterface */ | |
@interface CKPushNotificationManager : NSObject | |
{ | |
} | |
// Class methods | |
+ (id)sharedManager | |
+ (id)pushNotificationManagerForStoreClient:(id)arg1 | |
// Instance methods | |
- (id)delegate | |
- (void)setDelegate:(id)arg1 | |
- (void).cxx_destruct | |
- (_Bool)start | |
- (_Bool)stop | |
- (id)initWithStoreClient:(id)arg1 | |
- (id)storeClient | |
- (void)_sendSuccessToDelegate | |
- (void)_sendErrorToDelegate:(id)arg1 | |
- (void)registerDeviceTokenWithCompletionHandler:(id /* CDUnknownBlockType */)arg1 | |
- (void)enableAutoDownloadWithCompletionHandler:(id /* CDUnknownBlockType */)arg1 | |
- (void)disableAutoDownloadWithCompletionHandler:(id /* CDUnknownBlockType */)arg1 | |
- (void)enableAutoDownloadAtSignInWithCompletionHandler:(id /* CDUnknownBlockType */)arg1 | |
- (void)disableAutoDownloadAtSignOutWithCompletionHandler:(id /* CDUnknownBlockType */)arg1 | |
- (_Bool)isRegisteredForAccount:(id)arg1 andMask:(long long)arg2 | |
- (_Bool)registerPushToken | |
- (void)getEnabledMedaTypesWithCompletionHandler:(id /* CDUnknownBlockType */)arg1 | |
- (_Bool)checkEnabledMediaTypes | |
- (_Bool)startAtSignIn | |
- (_Bool)stopAtSignOut | |
- (_Bool)isRegisteredForAccount:(id)arg1 | |
- (void)_sendChangedToDelegate | |
@end /* CKPushNotificationManager */ | |
@interface CKStoreResponse : NSObject | |
{ | |
} | |
// Class methods | |
+ (_Bool)supportsSecureCoding | |
// Instance methods | |
- (id)copyWithZone:(struct _NSZone *)arg1 | |
- (void)encodeWithCoder:(id)arg1 | |
- (id)initWithCoder:(id)arg1 | |
- (void).cxx_destruct | |
- (id)error | |
- (id)action | |
- (long long)status | |
- (id)body | |
- (id)bodyPlist | |
- (id)headers | |
- (id)dialog | |
- (id)_initWithURLResponse:(id)arg1 body:(id)arg2 | |
@end /* CKStoreResponse */ | |
@interface CKStoreAccountPasswordSettings : NSObject | |
{ | |
} | |
// Class methods | |
+ (_Bool)supportsSecureCoding | |
// Instance methods | |
- (id)copyWithZone:(struct _NSZone *)arg1 | |
- (_Bool)isEqual:(id)arg1 | |
- (void)encodeWithCoder:(id)arg1 | |
- (id)initWithCoder:(id)arg1 | |
- (unsigned char)free | |
- (unsigned char)paid | |
- (void)setFree:(unsigned char)arg1 | |
- (void)setPaid:(unsigned char)arg1 | |
@end /* CKStoreAccountPasswordSettings */ | |
@interface SSRemoteNotification : NSObject | |
{ | |
} | |
// Instance methods | |
- (void).cxx_destruct | |
- (id)valueForKey:(id)arg1 | |
- (id)badgeValue | |
- (long long)actionType | |
- (id)_valueForAlertKey:(id)arg1 | |
- (id)initWithNotificationUserInfo:(id)arg1 | |
- (id)targetDSID | |
- (id)alertBodyString | |
- (id)alertCancelString | |
- (id)alertOKString | |
- (id)alertTitleString | |
- (id)soundFileName | |
- (id)notificationUserInfo | |
@end /* SSRemoteNotification */ | |
@interface CKExtensionSearchController : NSObject | |
{ | |
} | |
// Class methods | |
+ (void)urlToSearchForExtensionsWithIdentifier:(id)arg1 completion:(id /* CDUnknownBlockType */)arg2 | |
@end /* CKExtensionSearchController */ | |
@interface CKItemLookupResponse : NSObject | |
{ | |
} | |
// Instance methods | |
- (void).cxx_destruct | |
- (id)initWithDictionary:(id)arg1 | |
- (unsigned long long)responseCount | |
- (id)resultDictionary | |
@end /* CKItemLookupResponse */ | |
@interface CKSigningSession : NSObject | |
{ | |
} | |
// Class methods | |
+ (id)signJavaScriptString:(id)arg1 | |
// Instance methods | |
- (void)dealloc | |
- (void).cxx_destruct | |
- (id)signData:(id)arg1 error:(id *)arg2 | |
- (id)sessionToken | |
- (void)setSessionToken:(id)arg1 | |
- (_Bool)isSessionOpen | |
- (id)initWithStoreClient:(id)arg1 | |
- (id)storeClient | |
- (void)closeSession | |
- (void)openSessionWithCompletionHandler:(id /* CDUnknownBlockType */)arg1 | |
- (void)openPrimedSessionWithCompletionHandler:(id /* CDUnknownBlockType */)arg1 | |
- (void)processSignature:(id)arg1 | |
@end /* CKSigningSession */ | |
@interface CKDaemonPreferencesController : NSObject | |
{ | |
} | |
// Class methods | |
+ (id)sharedInstance | |
// Instance methods | |
- (void)postPreferencesChangedNotification | |
- (void)_preferencesChanged:(id)arg1 | |
- (void)startObservingPreferenceChanges | |
- (void)stopObservingPreferenceChanges | |
@end /* CKDaemonPreferencesController */ | |
@interface CKAccountStore : NSObject | |
{ | |
} | |
// Class methods | |
+ (id)accountStoreForStoreClient:(id)arg1 | |
+ (id)sharedAccountStore | |
// Instance methods | |
- (void).cxx_destruct | |
- (id)accounts | |
- (id)primaryStoreAccount | |
- (void)addAccount:(id)arg1 | |
- (id)primaryAccount | |
- (id)accountWithAppleID:(id)arg1 | |
- (_Bool)isDemoModeEnabled | |
- (id)initWithStoreClient:(id)arg1 | |
- (id)demoAccount | |
- (id)storeClient | |
- (id)storeAccountForDSID:(id)arg1 | |
- (id)addAccountObserver:(id)arg1 | |
- (id)_initWithStoreClient:(id)arg1 | |
- (id)knownAccounts | |
- (void)signOutWithCompletionHandler:(id /* CDUnknownBlockType */)arg1 | |
- (void)removeAccountObserver:(id)arg1 | |
- (id)storeAccountForAppleID:(id)arg1 | |
- (void)getEligibilityForService:(long long)arg1 completionBlock:(id /* CDUnknownBlockType */)arg2 | |
- (_Bool)primaryAccountIsPresentAndSignedIn | |
- (void)signOut | |
- (id)addPrimaryAccountObserverWithBlock:(id /* CDUnknownBlockType */)arg1 | |
- (void)removePrimaryAccountObserver:(id)arg1 | |
- (id)accountForDSID:(id)arg1 | |
- (void)signIn | |
- (void)signInWithSuggestedAppleID:(id)arg1 allowChangeOfAppleID:(_Bool)arg2 completionHandler:(id /* CDUnknownBlockType */)arg3 | |
- (void)viewAccount | |
- (id)eligibilityForService:(long long)arg1 | |
- (void)getPasswordSettingsWithCompletionBlock:(id /* CDUnknownBlockType */)arg1 | |
- (void)updatePasswordSettings:(id)arg1 completionBlock:(id /* CDUnknownBlockType */)arg2 | |
- (void)setTouchIDStateForAccount:(id)arg1 state:(long long)arg2 completionBlock:(id /* CDUnknownBlockType */)arg3 | |
- (void)getTouchIDStateForAccount:(id)arg1 completionBlock:(id /* CDUnknownBlockType */)arg2 | |
@end /* CKAccountStore */ | |
@interface CKAccountObserver : NSObject | |
{ | |
} | |
// Instance methods | |
- (void).cxx_destruct | |
- (void)accountStore:(id)arg1 primaryAccountChanged:(id)arg2 | |
- (void)setPrimaryAccountChangeObserver:(id /* CDUnknownBlockType */)arg1 | |
- (id /* CDUnknownBlockType */)primaryAccountChangeObserver | |
@end /* CKAccountObserver */ | |
@interface CKItemTellAFriend : NSObject | |
{ | |
} | |
// Instance methods | |
- (void).cxx_destruct | |
- (void)operation:(id)arg1 failedWithError:(id)arg2 | |
- (void)operationFinished:(id)arg1 | |
- (void)operation:(id)arg1 finishedWithOutput:(id)arg2 | |
- (void)operation:(id)arg1 didReceiveResponse:(id)arg2 | |
- (id)initWithItemDictionary:(id)arg1 | |
- (id)_tellAFriendDictionary | |
- (id)tellAFriendBody | |
- (void)_finishTellAFriendLoadWithError:(id)arg1 | |
- (_Bool)loadTellAFriendMessage:(id *)arg1 | |
- (id)tellAFriendBodyMIMEType | |
- (id)tellAFriendSubject | |
@end /* CKItemTellAFriend */ | |
@interface CKTouchIDSession : NSObject | |
{ | |
} | |
// Instance methods | |
- (id)init | |
- (void).cxx_destruct | |
- (void)setMessage:(id)arg1 | |
- (id)message | |
- (void)getPublicKey:(id /* CDUnknownBlockType */)arg1 | |
- (void)setAppleID:(id)arg1 | |
- (id)appleID | |
- (void)getIsTouchIDEnabledForPurchases:(id /* CDUnknownBlockType */)arg1 | |
- (void)getLastTouchIDEnabledDate:(id /* CDUnknownBlockType */)arg1 | |
- (void)enableTouchIDForPurchases:(id /* CDUnknownBlockType */)arg1 | |
- (void)disableTouchIDForPurchases:(id /* CDUnknownBlockType */)arg1 | |
- (void)getUserAgentComponent:(id /* CDUnknownBlockType */)arg1 | |
- (void)getAttestationBlob:(id /* CDUnknownBlockType */)arg1 | |
- (void)signChallenge:(id)arg1 completion:(id /* CDUnknownBlockType */)arg2 | |
- (void)deleteKey:(id /* CDUnknownBlockType */)arg1 | |
@end /* CKTouchIDSession */ | |
@interface CKMachineAuthorizationContext : NSObject | |
{ | |
} | |
// Class methods | |
+ (id)machineAuthorizationContextWithStoreClient:(id)arg1 | |
// Instance methods | |
- (void).cxx_destruct | |
- (id)initWithStoreClient:(id)arg1 | |
- (id)storeClient | |
- (void)setDialogContext:(id)arg1 | |
- (void)authorizeMachineWithAppleID:(id)arg1 completionHandler:(id /* CDUnknownBlockType */)arg2 | |
- (void)deauthorizeMachineWithCompletionHandler:(id /* CDUnknownBlockType */)arg1 | |
- (void)storeRequest:(id)arg1 didAuthenticateAccount:(id)arg2 | |
- (id)dialogContext | |
- (id)_authenticationContextWithAppleID:(id)arg1 | |
- (void)_runRequestWithAccount:(id)arg1 bagURLKey:(id)arg2 authenticationContext:(id)arg3 completionHandler:(id /* CDUnknownBlockType */)arg4 | |
- (id)_requestBodyForAccount:(id)arg1 bagURLKey:(id)arg2 | |
@end /* CKMachineAuthorizationContext */ | |
@interface CKDownloadStatus : NSObject | |
{ | |
} | |
// Class methods | |
+ (_Bool)supportsSecureCoding | |
// Instance methods | |
- (id)copyWithZone:(struct _NSZone *)arg1 | |
- (id)description | |
- (id)init | |
- (void)encodeWithCoder:(id)arg1 | |
- (id)initWithCoder:(id)arg1 | |
- (void).cxx_destruct | |
- (unsigned char)state | |
- (id)error | |
- (void)setState:(unsigned char)arg1 | |
- (void)setError:(id)arg1 | |
- (double)estimatedTimeRemaining | |
- (void)setEstimatedTimeRemaining:(double)arg1 | |
- (unsigned long long)bytesDownloaded | |
- (void)setBytesDownloaded:(unsigned long long)arg1 | |
- (unsigned long long)bytesExpected | |
- (id)downloadedAsset | |
- (void)setBytesExpected:(unsigned long long)arg1 | |
- (_Bool)isAssetCached | |
- (void)setIsAssetCached:(_Bool)arg1 | |
- (void)setDownloadedAsset:(id)arg1 | |
@end /* CKDownloadStatus */ | |
@interface CKAppStoreLauncher : NSObject | |
{ | |
} | |
// Class methods | |
+ (id)sharedInstance | |
+ (void)validateLaunchURL:(id)arg1 withResultBlock:(id /* CDUnknownBlockType */)arg2 | |
// Instance methods | |
- (id)init | |
- (void).cxx_destruct | |
- (id)_validateLaunchURL:(id)arg1 | |
- (void)launchAppStoreWithURL:(id)arg1 | |
@end /* CKAppStoreLauncher */ | |
@interface CKPurchase : NSObject | |
{ | |
} | |
// Class methods | |
+ (_Bool)supportsSecureCoding | |
// Instance methods | |
- (id)copyWithZone:(struct _NSZone *)arg1 | |
- (void)encodeWithCoder:(id)arg1 | |
- (id)initWithCoder:(id)arg1 | |
- (void).cxx_destruct | |
- (id)buyParameters | |
- (id)storeClient | |
- (id)bagURLKey | |
- (id)initWithBuyParameters:(id)arg1 storeClient:(id)arg2 | |
- (void)setBagURLKey:(id)arg1 | |
- (id)initWithBuyParametersString:(id)arg1 storeClient:(id)arg2 | |
- (id)forcedUsername | |
- (void)setForcedUsername:(id)arg1 | |
- (id)_initWithLegacyPurchase:(id)arg1 storeClient:(id)arg2 | |
@end /* CKPurchase */ | |
@interface CKPurchaseController : CKServiceInterface | |
{ | |
} | |
// Class methods | |
+ (id)sharedPurchaseController | |
+ (void)setNeedsSilentMachineAuthorization:(_Bool)arg1 | |
// Instance methods | |
- (void).cxx_destruct | |
- (id /* CDUnknownBlockType */)dialogHandler | |
- (void)performPurchase:(id)arg1 withOptions:(unsigned long long)arg2 completionHandler:(id /* CDUnknownBlockType */)arg3 | |
- (void)startPurchases:(id)arg1 withOptions:(unsigned long long)arg2 completionHandler:(id /* CDUnknownBlockType */)arg3 | |
- (void)startPurchases:(id)arg1 shouldStartDownloads:(_Bool)arg2 eventHandler:(id /* CDUnknownBlockType */)arg3 | |
- (void)resumeDownloadForPurchasedProductID:(id)arg1 | |
- (void)cancelPurchaseWithProductID:(id)arg1 | |
- (id)purchasesInProgress | |
- (id)purchaseInProgressForProductID:(id)arg1 | |
- (void)checkServerDownloadQueue | |
- (void)_performVPPReceiptRenewal | |
- (_Bool)adoptionCompletedForBundleID:(id)arg1 | |
- (void)setDialogHandler:(id /* CDUnknownBlockType */)arg1 | |
@end /* CKPurchaseController */ | |
@interface CKDemoAccount : NSObject | |
{ | |
} | |
// Class methods | |
+ (_Bool)supportsSecureCoding | |
// Instance methods | |
- (id)copyWithZone:(struct _NSZone *)arg1 | |
- (void)encodeWithCoder:(id)arg1 | |
- (id)initWithCoder:(id)arg1 | |
- (void).cxx_destruct | |
- (id)password | |
- (id)username | |
- (_Bool)autoLogin | |
- (void)setAutoLogin:(_Bool)arg1 | |
- (id)initWithUsername:(id)arg1 password:(id)arg2 | |
@end /* CKDemoAccount */ | |
@interface CKPurchaseTransaction : NSObject | |
{ | |
} | |
// Class methods | |
+ (_Bool)supportsSecureCoding | |
// Instance methods | |
- (_Bool)isEqual:(id)arg1 | |
- (unsigned long long)hash | |
- (id)description | |
- (void)encodeWithCoder:(id)arg1 | |
- (id)initWithCoder:(id)arg1 | |
- (void).cxx_destruct | |
- (unsigned char)state | |
- (id)error | |
- (void)setState:(unsigned char)arg1 | |
- (void)setError:(id)arg1 | |
- (id)signature | |
- (id)groupIdentifier | |
- (id)response | |
- (id)publicKey | |
- (void)setSignature:(id)arg1 | |
- (void)setResponse:(id)arg1 | |
- (void)setPublicKey:(id)arg1 | |
- (id)challenge | |
- (void)setChallenge:(id)arg1 | |
- (id)transactionIdentifier | |
- (id)buyParameters | |
- (void)setBuyParameters:(id)arg1 | |
- (id)storeClient | |
- (id)purchaseQueueIdentifier | |
- (id)bagURLKey | |
- (void)setStoreClient:(id)arg1 | |
- (id)_initWithPurchase:(id)arg1 groupIdentifier:(id)arg2 | |
- (void)setPurchaseQueueIdentifier:(id)arg1 | |
- (id)forcedUsername | |
- (id)_initWithGroupIdentifier:(id)arg1 | |
- (_Bool)authedToBuy | |
- (void)setAuthedToBuy:(_Bool)arg1 | |
- (_Bool)usePasswordFallback | |
- (void)setUsePasswordFallback:(_Bool)arg1 | |
- (id)originatingStorefront | |
- (void)setOriginatingStorefront:(id)arg1 | |
@end /* CKPurchaseTransaction */ | |
@interface CKUpdateController : CKServiceInterface | |
{ | |
} | |
// Class methods | |
+ (id)sharedUpdateController | |
// Instance methods | |
- (id)init | |
- (void).cxx_destruct | |
- (id)availableUpdates | |
- (id)sharedObserver | |
- (id)initWithStoreClient:(id)arg1 | |
- (void)connectionWasInterrupted | |
- (void)setSharedObserver:(id)arg1 | |
- (id /* CDUnknownBlockType */)dialogHandler | |
- (void)setDialogHandler:(id /* CDUnknownBlockType */)arg1 | |
- (id)availableUpdatesObservers | |
- (void)_checkForBookUpdatesWithCompletionHandler:(id /* CDUnknownBlockType */)arg1 | |
- (void)startAppUpdates:(id)arg1 andOSUpdates:(id)arg2 withDelegate:(id)arg3 completionHandler:(id /* CDUnknownBlockType */)arg4 | |
- (void)removeUpdateFromInstallLaterWithBundleID:(id)arg1 | |
- (id)updateScanObservers | |
- (id)updateProgressObservers | |
- (id)availableUpdateWithItemIdentifier:(unsigned long long)arg1 | |
- (id)incompatibleUpdates | |
- (unsigned long long)availableUpdatesBadgeCount | |
- (id)addAvailableUpdatesObserverWithBlock:(id /* CDUnknownBlockType */)arg1 | |
- (void)removeAvailableUpdatesObserver:(id)arg1 | |
- (void)checkForUpdatesWithUserHasSeenUpdates:(_Bool)arg1 completionHandler:(id /* CDUnknownBlockType */)arg2 | |
- (void)installAllAvailableUpdates | |
- (id)appUpdatesToBeInstalledLater | |
- (_Bool)_otherUsersAreLoggedIn | |
- (_Bool)osUpdateScanInProgress | |
- (id)observeOSUpdateScansWithProgressHandler:(id /* CDUnknownBlockType */)arg1 | |
- (void)stopObservingOSUpdateScansWithCallback:(id)arg1 | |
- (id)observeOSUpdateProgressWithProgressHandler:(id /* CDUnknownBlockType */)arg1 | |
- (void)stopObservingOSUpdateProgressWithCallback:(id)arg1 | |
- (_Bool)isAutoUpdatedEnabled | |
- (_Bool)shouldNotAttemptInstallationAfterFailureDialog | |
- (void)setShouldNotAttemptInstallationAfterFailureDialog:(_Bool)arg1 | |
- (void)setAvailableUpdatesObservers:(id)arg1 | |
- (void)setUpdateScanObservers:(id)arg1 | |
- (void)setUpdateProgressObservers:(id)arg1 | |
@end /* CKUpdateController */ | |
@interface CKUpdateControllerClient : NSObject | |
{ | |
} | |
// Instance methods | |
- (void).cxx_destruct | |
- (id /* CDUnknownBlockType */)availableUpdatesObserverBlock | |
- (id /* CDUnknownBlockType */)osUpdateScanObserverBlock | |
- (id /* CDUnknownBlockType */)osUpdateProgressHandler | |
- (void)setAvailableUpdatesObserverBlock:(id /* CDUnknownBlockType */)arg1 | |
- (void)availableUpdatesDidChangedWithUpdates:(id)arg1 osUpdates:(id)arg2 badgeCount:(unsigned long long)arg3 | |
- (void)setOsUpdateScanObserverBlock:(id /* CDUnknownBlockType */)arg1 | |
- (void)osUpdateScanForTags:(id)arg1 didProgressWithPercentComplete:(float)arg2 isFinished:(_Bool)arg3 error:(id)arg4 | |
- (void)setOsUpdateProgressHandler:(id /* CDUnknownBlockType */)arg1 | |
- (void)osUpdates:(id)arg1 changedProgress:(id)arg2 | |
@end /* CKUpdateControllerClient */ | |
@interface CKDownloadQueue : CKServiceInterface | |
{ | |
} | |
// Class methods | |
+ (id)sharedDownloadQueue | |
// Instance methods | |
- (void).cxx_destruct | |
- (id)addObserver:(id)arg1 | |
- (void)removeObserver:(id)arg1 | |
- (id)sharedObserver | |
- (id)initWithStoreClient:(id)arg1 | |
- (void)addDownload:(id)arg1 | |
- (void)connectionWasInterrupted | |
- (void)setSharedObserver:(id)arg1 | |
- (id)downloads | |
- (id)downloadQueueObservers | |
- (id)addObserverForDownloadTypes:(long long)arg1 withBlock:(id /* CDUnknownBlockType */)arg2 | |
- (id)addObserver:(id)arg1 forDownloadTypes:(long long)arg2 | |
- (void)pauseDownloadWithItemIdentifier:(unsigned long long)arg1 | |
- (void)resumeDownloadWithItemIdentifier:(unsigned long long)arg1 | |
- (void)removeDownloadWithItemIdentifier:(unsigned long long)arg1 | |
- (void)fetchIconForItemIdentifier:(unsigned long long)arg1 atURL:(id)arg2 replyBlock:(id /* CDUnknownBlockType */)arg3 | |
- (void)performedIconAnimationForDownloadWithIdentifier:(unsigned long long)arg1 | |
- (void)lockApplicationsForBundleID:(id)arg1 | |
- (void)unlockApplicationsWithBundleIdentifier:(id)arg1 | |
- (void)lockedApplicationTriedToLaunchAtPath:(id)arg1 | |
- (void)checkStoreDownloadQueueForAccount:(id)arg1 | |
- (id)downloadForItemIdentifier:(unsigned long long)arg1 | |
- (void)cancelDownload:(id)arg1 promptToConfirm:(_Bool)arg2 askToDelete:(_Bool)arg3 | |
- (_Bool)cacheReceiptDataForDownload:(id)arg1 | |
- (void)setDownloadQueueObservers:(id)arg1 | |
@end /* CKDownloadQueue */ | |
@interface CKDownloadQueueClient : NSObject | |
{ | |
} | |
// Instance methods | |
- (void).cxx_destruct | |
- (void)setObserverBlock:(id /* CDUnknownBlockType */)arg1 | |
- (id /* CDUnknownBlockType */)observerBlock | |
- (void)setDownloadTypesMask:(long long)arg1 | |
- (void)downloadQueueDidAddDownload:(id)arg1 | |
- (void)downloadQueueDidRemoveDownload:(id)arg1 queueIsIdle:(_Bool)arg2 | |
- (void)download:(id)arg1 didUpdateStatus:(id)arg2 | |
- (void)downloadQueueDidCheckServerDownloadQueueForAccount:(id)arg1 withDownloadCount:(long long)arg2 newDownloads:(id)arg3 | |
- (long long)downloadTypesMask | |
@end /* CKDownloadQueueClient */ | |
@interface CKStoreAction : NSObject | |
{ | |
} | |
// Class methods | |
+ (_Bool)supportsSecureCoding | |
+ (id)_actionFromResponseDictionary:(id)arg1 | |
+ (id)stringForActionType:(unsigned char)arg1 | |
// Instance methods | |
- (id)copyWithZone:(struct _NSZone *)arg1 | |
- (id)description | |
- (void)encodeWithCoder:(id)arg1 | |
- (id)initWithCoder:(id)arg1 | |
- (void).cxx_destruct | |
- (unsigned char)action | |
- (id)actionParameters | |
- (id)initWithAction:(unsigned char)arg1 parameters:(id)arg2 | |
@end /* CKStoreAction */ | |
@interface CKStoreClient : NSObject | |
{ | |
} | |
// Class methods | |
+ (_Bool)supportsSecureCoding | |
+ (id)sharedInstance | |
+ (id)_serviceProxy | |
+ (id)storeClientForIdentifier:(id)arg1 | |
+ (id)_sharedClient | |
+ (void)configureClientAsType:(long long)arg1 | |
+ (id)storeFrontID | |
+ (void)setStoreFrontID:(id)arg1 | |
+ (id)storeClientForAccount:(id)arg1 | |
+ (id)_storeClientFromLegacyStoreClient:(id)arg1 | |
+ (_Bool)isAppStoreClient | |
+ (void)_configureSharedClientWithIdentifier:(id)arg1 serverType:(long long)arg2 | |
+ (id)storeClientForIdentifier:(id)arg1 serverType:(long long)arg2 | |
+ (void)_configureSharedClientWithIdentifier:(id)arg1 | |
+ (id)_storeClientForAccountMediaType:(id)arg1 | |
+ (_Bool)isBookStoreClient | |
// Instance methods | |
- (id)copyWithZone:(struct _NSZone *)arg1 | |
- (_Bool)isEqual:(id)arg1 | |
- (unsigned long long)hash | |
- (id)description | |
- (void)encodeWithCoder:(id)arg1 | |
- (id)initWithCoder:(id)arg1 | |
- (void).cxx_destruct | |
- (id)_icon | |
- (id)account | |
- (id)initWithAccount:(id)arg1 | |
- (id)clientIdentifier | |
- (id)_appName | |
- (id)initWithClientIdentifier:(id)arg1 | |
- (id)_appVersion | |
- (id)_acAccount | |
- (id)accountMediaType | |
- (long long)serverType | |
- (id)storefrontIdentifier | |
- (id)_bagDictionary | |
- (id)nonpersonalizedStoreClient | |
- (id)bagValueForKey:(id)arg1 error:(out id *)arg2 | |
- (void)bagValueForKey:(id)arg1 withCompletionHandler:(id /* CDUnknownBlockType */)arg2 | |
- (id)_legacyStoreClient | |
- (id)storeSecureURLScheme | |
- (id)bagURLForKey:(id)arg1 error:(out id *)arg2 | |
- (id)initWithClientIdentifier:(id)arg1 serverType:(long long)arg2 | |
- (id)bagValuesForKeys:(id)arg1 error:(id *)arg2 | |
- (void)bagValuesForKeys:(id)arg1 withCompletionHandler:(id /* CDUnknownBlockType */)arg2 | |
- (void)_setStoreFrontIdentifier:(id)arg1 | |
- (id)storeURLScheme | |
- (id)_preferencesDomain | |
- (void)bagURLForKey:(id)arg1 withCompletionHandler:(id /* CDUnknownBlockType */)arg2 | |
- (id)_ams_createBagContract | |
@end /* CKStoreClient */ | |
@interface CKBookLibrary : NSObject | |
{ | |
} | |
// Class methods | |
+ (id)_sharedDAAPLibrary | |
+ (id)titleSortDescriptors | |
+ (id)authorSortDescriptors | |
+ (id)categorySortDescriptors | |
+ (id)shelfSortDescriptors | |
+ (_Bool)hasSampleWithItemIdentifier:(id)arg1 returningMetadata:(id *)arg2 | |
// Instance methods | |
- (id)delegate | |
- (void)setDelegate:(id)arg1 | |
- (void).cxx_destruct | |
- (id)addObserver:(id)arg1 | |
- (void)removeObserver:(id)arg1 | |
- (id)token | |
- (id)sortDescriptors | |
- (void)setSortDescriptors:(id)arg1 | |
- (id)observers | |
- (void)setObservers:(id)arg1 | |
- (void)setToken:(id)arg1 | |
- (long long)libraryType | |
- (id)library | |
- (void)storeDAAPLibrary:(id)arg1 addedItems:(id)arg2 removedItems:(id)arg3 | |
- (id)_filteredAndSortedLocalItems | |
- (id)_filteredAndSortedPurchasedItems | |
- (id)_bookFromDAAPItem:(id)arg1 | |
- (id)booksAtIndexes:(id)arg1 | |
- (id)searchPredicate | |
- (id)_localBooks | |
- (id)initWithLibraryType:(long long)arg1 | |
- (unsigned long long)countOfBooks | |
- (id)objectInBooksAtIndex:(unsigned long long)arg1 | |
- (id)bookWithItemIdentifier:(unsigned long long)arg1 | |
- (void)pollForPurchasedBooks | |
- (void)setSearchPredicate:(id)arg1 | |
@end /* CKBookLibrary */ | |
@interface CKPrivacyController : NSObject | |
{ | |
} | |
// Class methods | |
+ (_Bool)shouldDisplayPrivacyLinkForIdentifier:(id)arg1 storeClient:(id)arg2 | |
+ (_Bool)_shouldDisableGDPR | |
+ (void)acknowledgePrivacyLinkForIdentifier:(id)arg1 storeClient:(id)arg2 | |
+ (_Bool)_mergeLocalPrivacyConsentWithAccount:(id)arg1 | |
+ (void)_acknowledgePrivacyConsentForIdentifiers:(id)arg1 account:(id)arg2 | |
@end /* CKPrivacyController */ | |
@interface CKLicenseAgreementSheet : NSWindowController | |
{ | |
} | |
// Instance methods | |
- (id)init | |
- (void).cxx_destruct | |
- (void)cancel:(id)arg1 | |
- (id)_nibName | |
- (id)hostWindow | |
- (void)setHostWindow:(id)arg1 | |
- (void)didEndSheet:(id)arg1 returnCode:(long long)arg2 contextInfo:(void *)arg3 | |
- (void)setProductKeys:(id)arg1 | |
- (id)productKeys | |
- (void)_dismissPanelWithCode:(long long)arg1 | |
- (id)initWithUpdateProductKeys:(id)arg1 | |
- (id)_textValueKey | |
- (id)_titleValueKey | |
- (_Bool)userAgreedToAllAgreementsWithWindowForSheet:(id)arg1 | |
- (void)displaySheetWithTitle:(id)arg1 content:(id)arg2 onWindow:(id)arg3 replyBlock:(id /* CDUnknownBlockType */)arg4 | |
- (void)agree:(id)arg1 | |
@end /* CKLicenseAgreementSheet */ | |
@interface CKAssetDownloadQueue : NSObject | |
{ | |
} | |
// Class methods | |
+ (id)downloadQueueWithIdentifier:(id)arg1 | |
// Instance methods | |
- (void).cxx_destruct | |
- (id)identifier | |
- (id)_initWithIdentifier:(id)arg1 | |
- (void)addDownload:(id)arg1 | |
- (id)downloads | |
- (void)addDownloads:(id)arg1 | |
- (id)_identifiersForDownloads:(id)arg1 | |
- (id)downloadWithItemIdentifier:(id)arg1 | |
- (void)pauseDownloads:(id)arg1 | |
- (void)resumeDownloads:(id)arg1 | |
- (void)cancelDownloads:(id)arg1 | |
- (void)finishDownloads:(id)arg1 | |
- (id)addDownloadQueueObserver:(id)arg1 | |
- (void)removeDownloadQueueObserver:(id)arg1 | |
@end /* CKAssetDownloadQueue */ | |
@interface CKFirmwareWarningSheet : CKLicenseAgreementSheet | |
{ | |
} | |
// Instance methods | |
- (id)_nibName | |
- (id)_textValueKey | |
- (id)_titleValueKey | |
- (_Bool)userConfirmedAllWarningsWithWindowForSheet:(id)arg1 | |
@end /* CKFirmwareWarningSheet */ | |
@interface CKDownload : NSObject | |
{ | |
} | |
// Class methods | |
+ (_Bool)supportsSecureCoding | |
// Instance methods | |
- (id)description | |
- (void)encodeWithCoder:(id)arg1 | |
- (id)initWithCoder:(id)arg1 | |
- (id)itemIdentifier | |
- (void).cxx_destruct | |
- (void)resume | |
- (id)identifier | |
- (void)finish | |
- (void)pause | |
- (id)versionIdentifier | |
- (id)status | |
- (void)cancel | |
- (void)setPriority:(unsigned char)arg1 | |
- (unsigned char)priority | |
- (id)metadata | |
- (void)setStatus:(id)arg1 | |
- (id)assets | |
- (id)storeClient | |
- (id)_initWithStoreClient:(id)arg1 purchaseResponseDictionary:(id)arg2 | |
- (id)downloadQueueIdentifier | |
- (void)setDownloadQueueIdentifier:(id)arg1 | |
- (unsigned long long)primaryAssetSize | |
- (id)cancelURL | |
- (_Bool)verifyAsset | |
- (_Bool)decryptAsset | |
- (id)installedVersionIdentifier | |
- (void)setInstalledVersionIdentifier:(id)arg1 | |
- (void)setDecryptAsset:(_Bool)arg1 | |
- (void)setVerifyAsset:(_Bool)arg1 | |
@end /* CKDownload */ | |
@protocol NSObject | |
// Instance methods | |
- (id)retain | |
- (oneway void)release | |
- (unsigned long long)retainCount | |
- (id)autorelease | |
- (_Bool)isEqual:(id)arg1 | |
- (Class)class | |
- (id)self | |
- (id)performSelector:(SEL)arg1 | |
- (id)performSelector:(SEL)arg1 withObject:(id)arg2 | |
- (id)performSelector:(SEL)arg1 withObject:(id)arg2 withObject:(id)arg3 | |
- (_Bool)isProxy | |
- (_Bool)isKindOfClass:(Class)arg1 | |
- (_Bool)isMemberOfClass:(Class)arg1 | |
- (_Bool)conformsToProtocol:(id)arg1 | |
- (_Bool)respondsToSelector:(SEL)arg1 | |
- (struct _NSZone *)zone | |
- (unsigned long long)hash | |
- (Class)superclass | |
- (id)description | |
@end /* NSObject */ | |
@protocol AccountObserver | |
// Instance methods | |
- (void)storeClient:(id)arg1 changedPrimaryAccount:(id)arg2 | |
@end /* AccountObserver */ | |
@protocol DownloadQueueObserver | |
// Instance methods | |
- (void)downloadQueueWithIdentifier:(id)arg1 addedDownloads:(id)arg2 | |
- (void)downloadQueueWithIdentifier:(id)arg1 statusChangedForDownloads:(id)arg2 | |
@end /* DownloadQueueObserver */ | |
@protocol PurchaseQueueObserver | |
// Instance methods | |
- (void)purchaseQueueWithIdentifier:(id)arg1 updatedTransactions:(id)arg2 | |
- (void)purchaseQueueWithIdentifier:(id)arg1 addedTransactions:(id)arg2 | |
@end /* PurchaseQueueObserver */ | |
@protocol PurchaseQueueDelegate | |
// Instance methods | |
- (void)unsetDelegateForPurchaseQueueWithIdentifier:(id)arg1 | |
- (void)displayDialog:(id)arg1 forTransaction:(id)arg2 reply:(id /* CDUnknownBlockType */)arg3 | |
- (void)authenticateWithDialog:(id)arg1 settings:(id)arg2 forTransaction:(id)arg3 reply:(id /* CDUnknownBlockType */)arg4 | |
- (void)signChallenge:(id)arg1 forTransaction:(id)arg2 reply:(id /* CDUnknownBlockType */)arg3 | |
- (void)promptTouchIDEnableForTransaction:(id)arg1 reply:(id /* CDUnknownBlockType */)arg2 | |
- (void)shouldContinueTransaction:(id)arg1 withNewStorefront:(id)arg2 reply:(id /* CDUnknownBlockType */)arg3 | |
@end /* PurchaseQueueDelegate */ | |
@protocol CommerceClient | |
@end /* CommerceClient */ | |
@protocol NSCopying | |
// Instance methods | |
- (id)copyWithZone:(struct _NSZone *)arg1 | |
@end /* NSCopying */ | |
@protocol NSCoding | |
// Instance methods | |
- (void)encodeWithCoder:(id)arg1 | |
- (id)initWithCoder:(id)arg1 | |
@end /* NSCoding */ | |
@protocol NSSecureCoding | |
// Class methods | |
+ (_Bool)supportsSecureCoding | |
@end /* NSSecureCoding */ | |
@protocol CKStoreDAAPLibraryObserver | |
@end /* CKStoreDAAPLibraryObserver */ | |
@protocol CommerceService | |
// Instance methods | |
- (void)ams_removeDeviceOffer:(id)arg1 storeClientIdentifier:(id)arg2 account:(id)arg3 logKey:(id)arg4 | |
- (void)setAccountObserverForClient:(id)arg1 | |
- (void)setObserverForPurchaseQueueWithIdentifier:(id)arg1 | |
- (void)setDelegateForPurchaseQueueWithIdentifier:(id)arg1 | |
- (void)setObserverForDownloadQueueWithIdentifier:(id)arg1 | |
- (void)unsetAccountObserverForClient:(id)arg1 | |
- (void)unsetObserverForPurchaseQueueWithIdentifier:(id)arg1 | |
- (void)unsetObserverForDownloadQueueWithIdentifier:(id)arg1 | |
- (void)unsetDelegateForPurchaseQueueWithIdentifier:(id)arg1 | |
- (void)primaryAccountForClient:(id)arg1 reply:(id /* CDUnknownBlockType */)arg2 | |
- (void)deviceSerialNumberWithReply:(id /* CDUnknownBlockType */)arg1 | |
- (void)deviceROMAddressWithReply:(id /* CDUnknownBlockType */)arg1 | |
- (void)storefrontForClient:(id)arg1 reply:(id /* CDUnknownBlockType */)arg2 | |
- (void)setStorefront:(id)arg1 forClient:(id)arg2 | |
- (void)bagValuesForKeys:(id)arg1 client:(id)arg2 reply:(id /* CDUnknownBlockType */)arg3 | |
- (void)bagDictionaryForClient:(id)arg1 reply:(id /* CDUnknownBlockType */)arg2 | |
- (void)runStoreRequest:(id)arg1 reply:(id /* CDUnknownBlockType */)arg2 | |
- (void)URLRequestForStoreRequest:(id)arg1 reply:(id /* CDUnknownBlockType */)arg2 | |
- (void)cookieHeaderForStoreRequest:(id)arg1 reply:(id /* CDUnknownBlockType */)arg2 | |
- (void)processURLResponse:(id)arg1 forRequest:(id)arg2 client:(id)arg3 reply:(id /* CDUnknownBlockType */)arg4 | |
- (void)demoModeEnabledWithReply:(id /* CDUnknownBlockType */)arg1 | |
- (void)demoAccountWithReply:(id /* CDUnknownBlockType */)arg1 | |
- (void)knownAccountsForClient:(id)arg1 reply:(id /* CDUnknownBlockType */)arg2 | |
- (void)kbSyncForTransactionType:(unsigned char)arg1 account:(id)arg2 reply:(id /* CDUnknownBlockType */)arg3 | |
- (void)importKeyBag:(id)arg1 diversityBag:(id)arg2 | |
- (void)deleteKeyBagForAccount:(id)arg1 | |
- (void)addPurchaseTransactions:(id)arg1 toQueueWithIdentifier:(id)arg2 | |
- (void)cancelPurchaseTransactionWithResumeData:(id)arg1 | |
- (void)resumePurchaseTransactionWithResumeData:(id)arg1 storeResponse:(id)arg2 | |
- (void)downloadsForQueueWithIdentifier:(id)arg1 reply:(id /* CDUnknownBlockType */)arg2 | |
- (void)addDownloads:(id)arg1 toQueueWithIdentifier:(id)arg2 | |
- (void)pauseDownloadsWithIdentifiers:(id)arg1 onQueueWithIdentifier:(id)arg2 | |
- (void)resumeDownloadsWithIdentifiers:(id)arg1 onQueueWithIdentifier:(id)arg2 | |
- (void)cancelDownloadsWithIdentifiers:(id)arg1 onQueueWithIdentifier:(id)arg2 | |
- (void)finishDownloadsWithIdentifiers:(id)arg1 onQueueWithIdentifier:(id)arg2 | |
- (void)globalTouchIDStateWithReply:(id /* CDUnknownBlockType */)arg1 | |
- (void)setGlobalTouchIDState:(long long)arg1 reply:(id /* CDUnknownBlockType */)arg2 | |
- (void)touchIDStateForAccount:(id)arg1 reply:(id /* CDUnknownBlockType */)arg2 | |
- (void)setTouchIDState:(long long)arg1 forAccount:(id)arg2 reply:(id /* CDUnknownBlockType */)arg3 | |
- (void)touchIDPublicKeyWithReply:(id /* CDUnknownBlockType */)arg1 | |
- (void)touchIDAttestationBlobWithReply:(id /* CDUnknownBlockType */)arg1 | |
- (void)clearTouchIDPrivateKeyWithReply:(id /* CDUnknownBlockType */)arg1 | |
- (void)signTouchIDChallenge:(id)arg1 withCaller:(id)arg2 reply:(id /* CDUnknownBlockType */)arg3 | |
- (void)openSigningSessionForClient:(id)arg1 primed:(_Bool)arg2 reply:(id /* CDUnknownBlockType */)arg3 | |
- (void)signingSession:(id)arg1 signData:(id)arg2 reply:(id /* CDUnknownBlockType */)arg3 | |
- (void)signingSession:(id)arg1 processSignature:(id)arg2 | |
- (void)closeSigningSession:(id)arg1 | |
@end /* CommerceService */ | |
@protocol AMSRequestPresentationDelegate | |
// Instance methods | |
- (void)handleAuthenticateRequest:(id)arg1 completion:(id /* CDUnknownBlockType */)arg2 | |
- (void)handleDialogRequest:(id)arg1 completion:(id /* CDUnknownBlockType */)arg2 | |
@end /* AMSRequestPresentationDelegate */ | |
@protocol ISOperationDelegate | |
@end /* ISOperationDelegate */ | |
@protocol ISURLOperationDelegate | |
@end /* ISURLOperationDelegate */ | |
@protocol ISSoftwareMapObserver | |
// Instance methods | |
- (void)softwareProduct:(id)arg1 updatedState:(long long)arg2 | |
@end /* ISSoftwareMapObserver */ | |
@protocol CKAccountObserver | |
// Instance methods | |
- (void)accountStore:(id)arg1 primaryAccountChanged:(id)arg2 | |
@end /* CKAccountObserver */ | |
@protocol NSURLSessionDelegate | |
@end /* NSURLSessionDelegate */ | |
@protocol AMSURLProtocolDelegate | |
@end /* AMSURLProtocolDelegate */ | |
@protocol AMSDeviceOfferBagContract | |
// Instance methods | |
- (id)appleMusicDeviceOfferDeepLink | |
- (id)iCloudDeviceOfferDeepLink | |
@end /* AMSDeviceOfferBagContract */ | |
@protocol NSMutableCopying | |
// Instance methods | |
- (id)mutableCopyWithZone:(struct _NSZone *)arg1 | |
@end /* NSMutableCopying */ | |
@protocol CKPurchaseQueueDelegate | |
// Instance methods | |
- (id)purchaseQueue:(id)arg1 dialogContextForTransaction:(id)arg2 | |
@end /* CKPurchaseQueueDelegate */ | |
@protocol ISStoreURLOperationDelegate | |
@end /* ISStoreURLOperationDelegate */ | |
@protocol CKStoreRequestDelegate | |
@end /* CKStoreRequestDelegate */ | |
@protocol ISOSUpdateProgressObserver | |
// Instance methods | |
- (void)osUpdates:(id)arg1 changedProgress:(id)arg2 | |
@end /* ISOSUpdateProgressObserver */ | |
@protocol ISAvailableUpdatesObserver | |
// Instance methods | |
- (void)availableUpdatesDidChangedWithUpdates:(id)arg1 osUpdates:(id)arg2 badgeCount:(unsigned long long)arg3 | |
@end /* ISAvailableUpdatesObserver */ | |
@protocol ISOSUpdateScanObserver | |
// Instance methods | |
- (void)osUpdateScanForTags:(id)arg1 didProgressWithPercentComplete:(float)arg2 isFinished:(_Bool)arg3 error:(id)arg4 | |
@end /* ISOSUpdateScanObserver */ | |
@protocol ISDownloadQueueObserver | |
// Instance methods | |
- (void)downloadQueueDidAddDownload:(id)arg1 | |
- (void)downloadQueueDidRemoveDownload:(id)arg1 queueIsIdle:(_Bool)arg2 | |
- (void)download:(id)arg1 didUpdateStatus:(id)arg2 | |
- (void)downloadQueueDidCheckServerDownloadQueueForAccount:(id)arg1 withDownloadCount:(long long)arg2 newDownloads:(id)arg3 | |
@end /* ISDownloadQueueObserver */ | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"classes": { | |
"CKDialogController": { | |
"name": "CKDialogController", | |
"address": "0x1d2c38b98", | |
"class_methods": { | |
"sharedDialogController": { | |
"sel": "sharedDialogController", | |
"imp": "0x1a28fb7b0", | |
"type": "@16@0:8" | |
} | |
}, | |
"instance_methods": { | |
"setDelegate:": { | |
"sel": "setDelegate:", | |
"imp": "0x1a28fb8fc", | |
"type": "v24@0:8@16" | |
}, | |
".cxx_destruct": { | |
"sel": ".cxx_destruct", | |
"imp": "0x1a28ff210", | |
"type": "v16@0:8" | |
}, | |
"initWithStoreClient:": { | |
"sel": "initWithStoreClient:", | |
"imp": "0x1a28fb88c", | |
"type": "@24@0:8@16" | |
} | |
}, | |
"superclass": "CKServiceInterface" | |
}, | |
"CommerceClient": { | |
"name": "CommerceClient", | |
"address": "0x1d2c38ba0", | |
"class_methods": {}, | |
"instance_methods": { | |
"init": { | |
"sel": "init", | |
"imp": "0x1a28f33ec", | |
"type": "@16@0:8" | |
}, | |
".cxx_destruct": { | |
"sel": ".cxx_destruct", | |
"imp": "0x1a2902da0", | |
"type": "v16@0:8" | |
}, | |
"_resetServiceObservers": { | |
"sel": "_resetServiceObservers", | |
"imp": "0x1a28ff6f4", | |
"type": "v16@0:8" | |
}, | |
"_cleanUpPurchases": { | |
"sel": "_cleanUpPurchases", | |
"imp": "0x1a28ff2b4", | |
"type": "v16@0:8" | |
}, | |
"purchaseObservers": { | |
"sel": "purchaseObservers", | |
"imp": "0x1a2902d64", | |
"type": "@16@0:8" | |
}, | |
"purchaseQueueWithIdentifier:updatedTransactions:": { | |
"sel": "purchaseQueueWithIdentifier:updatedTransactions:", | |
"imp": "0x1a2901c48", | |
"type": "v32@0:8@16@24" | |
}, | |
"accountObservers": { | |
"sel": "accountObservers", | |
"imp": "0x1a28f36fc", | |
"type": "@16@0:8" | |
}, | |
"purchaseQueueDelegates": { | |
"sel": "purchaseQueueDelegates", | |
"imp": "0x1a2902d8c", | |
"type": "@16@0:8" | |
}, | |
"downloadObservers": { | |
"sel": "downloadObservers", | |
"imp": "0x1a2902d78", | |
"type": "@16@0:8" | |
}, | |
"unsetDelegateForPurchaseQueueWithIdentifier:": { | |
"sel": "unsetDelegateForPurchaseQueueWithIdentifier:", | |
"imp": "0x1a2901f70", | |
"type": "v24@0:8@16" | |
}, | |
"_dialogContextForTransaction:": { | |
"sel": "_dialogContextForTransaction:", | |
"imp": "0x1a2902034", | |
"type": "@24@0:8@16" | |
}, | |
"storeClient:changedPrimaryAccount:": { | |
"sel": "storeClient:changedPrimaryAccount:", | |
"imp": "0x1a2900cdc", | |
"type": "v32@0:8@16@24" | |
}, | |
"downloadQueueWithIdentifier:addedDownloads:": { | |
"sel": "downloadQueueWithIdentifier:addedDownloads:", | |
"imp": "0x1a2901190", | |
"type": "v32@0:8@16@24" | |
}, | |
"downloadQueueWithIdentifier:statusChangedForDownloads:": { | |
"sel": "downloadQueueWithIdentifier:statusChangedForDownloads:", | |
"imp": "0x1a2901558", | |
"type": "v32@0:8@16@24" | |
}, | |
"purchaseQueueWithIdentifier:addedTransactions:": { | |
"sel": "purchaseQueueWithIdentifier:addedTransactions:", | |
"imp": "0x1a2901920", | |
"type": "v32@0:8@16@24" | |
}, | |
"displayDialog:forTransaction:reply:": { | |
"sel": "displayDialog:forTransaction:reply:", | |
"imp": "0x1a29021dc", | |
"type": "v40@0:8@16@24@?32" | |
}, | |
"authenticateWithDialog:settings:forTransaction:reply:": { | |
"sel": "authenticateWithDialog:settings:forTransaction:reply:", | |
"imp": "0x1a29023c8", | |
"type": "v48@0:8@16@24@32@?40" | |
}, | |
"signChallenge:forTransaction:reply:": { | |
"sel": "signChallenge:forTransaction:reply:", | |
"imp": "0x1a2902714", | |
"type": "v40@0:8@16@24@?32" | |
}, | |
"promptTouchIDEnableForTransaction:reply:": { | |
"sel": "promptTouchIDEnableForTransaction:reply:", | |
"imp": "0x1a2902958", | |
"type": "v32@0:8@16@?24" | |
}, | |
"shouldContinueTransaction:withNewStorefront:reply:": { | |
"sel": "shouldContinueTransaction:withNewStorefront:reply:", | |
"imp": "0x1a2902b74", | |
"type": "v40@0:8@16@24@?32" | |
}, | |
"serviceInterrupted": { | |
"sel": "serviceInterrupted", | |
"imp": "0x1a28ff260", | |
"type": "v16@0:8" | |
}, | |
"serviceInvalidated": { | |
"sel": "serviceInvalidated", | |
"imp": "0x1a28ff2a8", | |
"type": "v16@0:8" | |
}, | |
"addAccountObserver:forAccountStore:": { | |
"sel": "addAccountObserver:forAccountStore:", | |
"imp": "0x1a28f34b0", | |
"type": "@32@0:8@16@24" | |
}, | |
"removeAccountObserver:forAccountStore:": { | |
"sel": "removeAccountObserver:forAccountStore:", | |
"imp": "0x1a2900054", | |
"type": "v32@0:8@16@24" | |
}, | |
"addPurchaseObserver:forPurchaseQueue:": { | |
"sel": "addPurchaseObserver:forPurchaseQueue:", | |
"imp": "0x1a2900260", | |
"type": "@32@0:8@16@24" | |
}, | |
"removePurchaseObserver:forPurchaseQueue:": { | |
"sel": "removePurchaseObserver:forPurchaseQueue:", | |
"imp": "0x1a29004ac", | |
"type": "v32@0:8@16@24" | |
}, | |
"addDownloadObserver:forDownloadQueue:": { | |
"sel": "addDownloadObserver:forDownloadQueue:", | |
"imp": "0x1a29006b8", | |
"type": "@32@0:8@16@24" | |
}, | |
"removeDownloadObserver:forDownloadQueue:": { | |
"sel": "removeDownloadObserver:forDownloadQueue:", | |
"imp": "0x1a2900904", | |
"type": "v32@0:8@16@24" | |
}, | |
"setDelegate:forPurchaseQueue:": { | |
"sel": "setDelegate:forPurchaseQueue:", | |
"imp": "0x1a2900b10", | |
"type": "v32@0:8@16@24" | |
}, | |
"setAccountObservers:": { | |
"sel": "setAccountObservers:", | |
"imp": "0x1a2902d5c", | |
"type": "v24@0:8@16" | |
}, | |
"setPurchaseObservers:": { | |
"sel": "setPurchaseObservers:", | |
"imp": "0x1a2902d70", | |
"type": "v24@0:8@16" | |
}, | |
"setDownloadObservers:": { | |
"sel": "setDownloadObservers:", | |
"imp": "0x1a2902d84", | |
"type": "v24@0:8@16" | |
}, | |
"setPurchaseQueueDelegates:": { | |
"sel": "setPurchaseQueueDelegates:", | |
"imp": "0x1a2902d98", | |
"type": "v24@0:8@16" | |
} | |
}, | |
"superclass": "NSObject" | |
}, | |
"CKStoreAccount": { | |
"name": "CKStoreAccount", | |
"address": "0x1d2c38ba8", | |
"class_methods": { | |
"supportsSecureCoding": { | |
"sel": "supportsSecureCoding", | |
"imp": "0x1a28f4cfc", | |
"type": "B16@0:8" | |
}, | |
"_acAccountFromStoreAccount:client:": { | |
"sel": "_acAccountFromStoreAccount:client:", | |
"imp": "0x1a2902f80", | |
"type": "@32@0:8@16@24" | |
}, | |
"_storeAccountFromACAccount:client:": { | |
"sel": "_storeAccountFromACAccount:client:", | |
"imp": "0x1a2903128", | |
"type": "@32@0:8@16@24" | |
}, | |
"_storeAccountFromLegacyStoreAccount:client:": { | |
"sel": "_storeAccountFromLegacyStoreAccount:client:", | |
"imp": "0x1a2903408", | |
"type": "@32@0:8@16@24" | |
} | |
}, | |
"instance_methods": { | |
"copyWithZone:": { | |
"sel": "copyWithZone:", | |
"imp": "0x1a2902f7c", | |
"type": "@24@0:8^{_NSZone=}16" | |
}, | |
"isEqual:": { | |
"sel": "isEqual:", | |
"imp": "0x1a28fddc0", | |
"type": "B24@0:8@16" | |
}, | |
"hash": { | |
"sel": "hash", | |
"imp": "0x1a2902e84", | |
"type": "Q16@0:8" | |
}, | |
"description": { | |
"sel": "description", | |
"imp": "0x1a2902ed4", | |
"type": "@16@0:8" | |
}, | |
"encodeWithCoder:": { | |
"sel": "encodeWithCoder:", | |
"imp": "0x1a28f5f1c", | |
"type": "v24@0:8@16" | |
}, | |
"initWithCoder:": { | |
"sel": "initWithCoder:", | |
"imp": "0x1a28f4d04", | |
"type": "@24@0:8@16" | |
}, | |
".cxx_destruct": { | |
"sel": ".cxx_destruct", | |
"imp": "0x1a28f5300", | |
"type": "v16@0:8" | |
}, | |
"identifier": { | |
"sel": "identifier", | |
"imp": "0x1a28f6234", | |
"type": "@16@0:8" | |
}, | |
"_plist": { | |
"sel": "_plist", | |
"imp": "0x1a2903e94", | |
"type": "@16@0:8" | |
}, | |
"_token": { | |
"sel": "_token", | |
"imp": "0x1a28f6258", | |
"type": "@16@0:8" | |
}, | |
"kind": { | |
"sel": "kind", | |
"imp": "0x1a28f6228", | |
"type": "C16@0:8" | |
}, | |
"firstName": { | |
"sel": "firstName", | |
"imp": "0x1a28f621c", | |
"type": "@16@0:8" | |
}, | |
"credit": { | |
"sel": "credit", | |
"imp": "0x1a28f6260", | |
"type": "@16@0:8" | |
}, | |
"_clientIdentifier": { | |
"sel": "_clientIdentifier", | |
"imp": "0x1a28f5c14", | |
"type": "@16@0:8" | |
}, | |
"lastName": { | |
"sel": "lastName", | |
"imp": "0x1a28f624c", | |
"type": "@16@0:8" | |
}, | |
"dsID": { | |
"sel": "dsID", | |
"imp": "0x1a28f52e8", | |
"type": "@16@0:8" | |
}, | |
"isPrimary": { | |
"sel": "isPrimary", | |
"imp": "0x1a28fdc4c", | |
"type": "B16@0:8" | |
}, | |
"_serverType": { | |
"sel": "_serverType", | |
"imp": "0x1a28f5c1c", | |
"type": "q16@0:8" | |
}, | |
"isManagedStudent": { | |
"sel": "isManagedStudent", | |
"imp": "0x1a28f6240", | |
"type": "B16@0:8" | |
}, | |
"isSignedIn": { | |
"sel": "isSignedIn", | |
"imp": "0x1a28fdc40", | |
"type": "B16@0:8" | |
}, | |
"_initWithStoreClient:plist:": { | |
"sel": "_initWithStoreClient:plist:", | |
"imp": "0x1a2903968", | |
"type": "@32@0:8@16@24" | |
}, | |
"_setToken:": { | |
"sel": "_setToken:", | |
"imp": "0x1a2904148", | |
"type": "v24@0:8@16" | |
}, | |
"_initWithStoreClient:response:": { | |
"sel": "_initWithStoreClient:response:", | |
"imp": "0x1a29034d0", | |
"type": "@32@0:8@16@24" | |
}, | |
"_legacyStoreAccount": { | |
"sel": "_legacyStoreAccount", | |
"imp": "0x1a2903c6c", | |
"type": "@16@0:8" | |
}, | |
"_setCredit:": { | |
"sel": "_setCredit:", | |
"imp": "0x1a2904154", | |
"type": "v24@0:8@16" | |
} | |
}, | |
"superclass": "NSObject" | |
}, | |
"CKItemLookupRequest": { | |
"name": "CKItemLookupRequest", | |
"address": "0x1d2c38bb0", | |
"class_methods": {}, | |
"instance_methods": { | |
".cxx_destruct": { | |
"sel": ".cxx_destruct", | |
"imp": "0x1a28fed20", | |
"type": "v16@0:8" | |
}, | |
"start": { | |
"sel": "start", | |
"imp": "0x1a290416c", | |
"type": "B16@0:8" | |
}, | |
"parameters": { | |
"sel": "parameters", | |
"imp": "0x1a28fe4a0", | |
"type": "@16@0:8" | |
}, | |
"setPreferredLanguage:": { | |
"sel": "setPreferredLanguage:", | |
"imp": "0x1a290421c", | |
"type": "v24@0:8@16" | |
}, | |
"preferredLanguage": { | |
"sel": "preferredLanguage", | |
"imp": "0x1a2904214", | |
"type": "@16@0:8" | |
}, | |
"initWithBundleIdentifiers:adamIDs:keyProfile:": { | |
"sel": "initWithBundleIdentifiers:adamIDs:keyProfile:", | |
"imp": "0x1a28fe254", | |
"type": "@40@0:8@16@24@32" | |
}, | |
"startWithLookupBlock:": { | |
"sel": "startWithLookupBlock:", | |
"imp": "0x1a28fe338", | |
"type": "B24@0:8@?16" | |
}, | |
"platformOverride": { | |
"sel": "platformOverride", | |
"imp": "0x1a2904200", | |
"type": "B16@0:8" | |
}, | |
"setPlatformOverride:": { | |
"sel": "setPlatformOverride:", | |
"imp": "0x1a290420c", | |
"type": "v20@0:8B16" | |
} | |
}, | |
"superclass": "NSObject" | |
}, | |
"CKDAAPPurchaseHistory": { | |
"name": "CKDAAPPurchaseHistory", | |
"address": "0x1d2c38bb8", | |
"class_methods": {}, | |
"instance_methods": { | |
".cxx_destruct": { | |
"sel": ".cxx_destruct", | |
"imp": "0x1a2904cd4", | |
"type": "v16@0:8" | |
}, | |
"addObserver:": { | |
"sel": "addObserver:", | |
"imp": "0x1a28f5388", | |
"type": "@24@0:8@16" | |
}, | |
"removeObserver:": { | |
"sel": "removeObserver:", | |
"imp": "0x1a2904228", | |
"type": "v24@0:8@16" | |
}, | |
"token": { | |
"sel": "token", | |
"imp": "0x1a28f5508", | |
"type": "@16@0:8" | |
}, | |
"observers": { | |
"sel": "observers", | |
"imp": "0x1a28f54fc", | |
"type": "@16@0:8" | |
}, | |
"setObservers:": { | |
"sel": "setObservers:", | |
"imp": "0x1a2904ccc", | |
"type": "v24@0:8@16" | |
}, | |
"setToken:": { | |
"sel": "setToken:", | |
"imp": "0x1a28f5620", | |
"type": "v24@0:8@16" | |
}, | |
"library": { | |
"sel": "library", | |
"imp": "0x1a28f5514", | |
"type": "@16@0:8" | |
}, | |
"initWithStoreClient:": { | |
"sel": "initWithStoreClient:", | |
"imp": "0x1a28f2abc", | |
"type": "@24@0:8@16" | |
}, | |
"pollForPurchasedItems:": { | |
"sel": "pollForPurchasedItems:", | |
"imp": "0x1a28f5628", | |
"type": "v20@0:8B16" | |
}, | |
"purchasedItems": { | |
"sel": "purchasedItems", | |
"imp": "0x1a28f626c", | |
"type": "@16@0:8" | |
}, | |
"_purchaseFromDAAPItem:": { | |
"sel": "_purchaseFromDAAPItem:", | |
"imp": "0x1a2904398", | |
"type": "@24@0:8@16" | |
}, | |
"storeDAAPLibrary:addedItems:removedItems:": { | |
"sel": "storeDAAPLibrary:addedItems:removedItems:", | |
"imp": "0x1a2904820", | |
"type": "v40@0:8@16@24@32" | |
} | |
}, | |
"superclass": "NSObject" | |
}, | |
"CKMachineAuthorization": { | |
"name": "CKMachineAuthorization", | |
"address": "0x1d2c38bc0", | |
"class_methods": { | |
"sharedMachineAuthorization": { | |
"sel": "sharedMachineAuthorization", | |
"imp": "0x1a2904d24", | |
"type": "@16@0:8" | |
} | |
}, | |
"instance_methods": { | |
"authorizeMachineWithAppleID:completionHandler:": { | |
"sel": "authorizeMachineWithAppleID:completionHandler:", | |
"imp": "0x1a2904e00", | |
"type": "v32@0:8@16@?24" | |
}, | |
"deauthorizeMachineWithCompletionHandler:": { | |
"sel": "deauthorizeMachineWithCompletionHandler:", | |
"imp": "0x1a2904f00", | |
"type": "v24@0:8@?16" | |
} | |
}, | |
"superclass": "CKServiceInterface" | |
}, | |
"CKDAAPItem": { | |
"name": "CKDAAPItem", | |
"address": "0x1d2c38bc8", | |
"class_methods": { | |
"supportsSecureCoding": { | |
"sel": "supportsSecureCoding", | |
"imp": "0x1a28fc49c", | |
"type": "B16@0:8" | |
} | |
}, | |
"instance_methods": { | |
"encodeWithCoder:": { | |
"sel": "encodeWithCoder:", | |
"imp": "0x1a2904fdc", | |
"type": "v24@0:8@16" | |
}, | |
"initWithCoder:": { | |
"sel": "initWithCoder:", | |
"imp": "0x1a28fc4a4", | |
"type": "@24@0:8@16" | |
}, | |
".cxx_destruct": { | |
"sel": ".cxx_destruct", | |
"imp": "0x1a29053cc", | |
"type": "v16@0:8" | |
}, | |
"identifier": { | |
"sel": "identifier", | |
"imp": "0x1a28fd434", | |
"type": "@16@0:8" | |
}, | |
"uniqueIdentifier": { | |
"sel": "uniqueIdentifier", | |
"imp": "0x1a29053b4", | |
"type": "@16@0:8" | |
}, | |
"category": { | |
"sel": "category", | |
"imp": "0x1a28fd458", | |
"type": "@16@0:8" | |
}, | |
"title": { | |
"sel": "title", | |
"imp": "0x1a28fd440", | |
"type": "@16@0:8" | |
}, | |
"author": { | |
"sel": "author", | |
"imp": "0x1a28fd44c", | |
"type": "@16@0:8" | |
}, | |
"storeIdentifier": { | |
"sel": "storeIdentifier", | |
"imp": "0x1a28fd428", | |
"type": "@16@0:8" | |
}, | |
"artworkURL": { | |
"sel": "artworkURL", | |
"imp": "0x1a28fd4d0", | |
"type": "@16@0:8" | |
}, | |
"purchaseDate": { | |
"sel": "purchaseDate", | |
"imp": "0x1a28fd470", | |
"type": "@16@0:8" | |
}, | |
"isPreorder": { | |
"sel": "isPreorder", | |
"imp": "0x1a29053c0", | |
"type": "B16@0:8" | |
}, | |
"sortName": { | |
"sel": "sortName", | |
"imp": "0x1a28fd464", | |
"type": "@16@0:8" | |
}, | |
"redownloadBuyParams": { | |
"sel": "redownloadBuyParams", | |
"imp": "0x1a28fd47c", | |
"type": "@16@0:8" | |
}, | |
"updateBuyParams": { | |
"sel": "updateBuyParams", | |
"imp": "0x1a28fd488", | |
"type": "@16@0:8" | |
}, | |
"downloadAssetSize": { | |
"sel": "downloadAssetSize", | |
"imp": "0x1a28fd494", | |
"type": "@16@0:8" | |
}, | |
"publicationVersion": { | |
"sel": "publicationVersion", | |
"imp": "0x1a28fd4a0", | |
"type": "@16@0:8" | |
}, | |
"publicationDisplayVersion": { | |
"sel": "publicationDisplayVersion", | |
"imp": "0x1a28fd4ac", | |
"type": "@16@0:8" | |
}, | |
"expectedReleaseDate": { | |
"sel": "expectedReleaseDate", | |
"imp": "0x1a28fd4b8", | |
"type": "@16@0:8" | |
}, | |
"purchasedToken": { | |
"sel": "purchasedToken", | |
"imp": "0x1a28fd4c4", | |
"type": "@16@0:8" | |
}, | |
"_initWithDAAPDictionary:": { | |
"sel": "_initWithDAAPDictionary:", | |
"imp": "0x1a29054b8", | |
"type": "@24@0:8@16" | |
} | |
}, | |
"superclass": "NSObject" | |
}, | |
"ServiceProxy": { | |
"name": "ServiceProxy", | |
"address": "0x1d2c38bd0", | |
"class_methods": { | |
"commerceService": { | |
"sel": "commerceService", | |
"imp": "0x1a28f3914", | |
"type": "@16@0:8" | |
}, | |
"commerceSynchronousService": { | |
"sel": "commerceSynchronousService", | |
"imp": "0x1a28f4bd8", | |
"type": "@16@0:8" | |
}, | |
"commerceServiceWithErrorHandler:": { | |
"sel": "commerceServiceWithErrorHandler:", | |
"imp": "0x1a28f392c", | |
"type": "@24@0:8@?16" | |
}, | |
"_commerceConnection": { | |
"sel": "_commerceConnection", | |
"imp": "0x1a28f3a28", | |
"type": "@16@0:8" | |
}, | |
"commerceSynchronousServiceWithErrorHandler:": { | |
"sel": "commerceSynchronousServiceWithErrorHandler:", | |
"imp": "0x1a28f4bf0", | |
"type": "@24@0:8@?16" | |
}, | |
"commerceServiceInterface": { | |
"sel": "commerceServiceInterface", | |
"imp": "0x1a28f3c58", | |
"type": "@16@0:8" | |
}, | |
"commerceClientInterface": { | |
"sel": "commerceClientInterface", | |
"imp": "0x1a28f3f7c", | |
"type": "@16@0:8" | |
}, | |
"commerceClient": { | |
"sel": "commerceClient", | |
"imp": "0x1a28f3358", | |
"type": "@16@0:8" | |
} | |
}, | |
"instance_methods": {}, | |
"superclass": "NSObject" | |
}, | |
"CKDialogContext": { | |
"name": "CKDialogContext", | |
"address": "0x1d2c38bd8", | |
"class_methods": {}, | |
"instance_methods": { | |
"copyWithZone:": { | |
"sel": "copyWithZone:", | |
"imp": "0x1a290656c", | |
"type": "@24@0:8^{_NSZone=}16" | |
}, | |
".cxx_destruct": { | |
"sel": ".cxx_destruct", | |
"imp": "0x1a28fdf88", | |
"type": "v16@0:8" | |
}, | |
"setIcon:": { | |
"sel": "setIcon:", | |
"imp": "0x1a29069ac", | |
"type": "v24@0:8@16" | |
}, | |
"icon": { | |
"sel": "icon", | |
"imp": "0x1a29069a0", | |
"type": "@16@0:8" | |
}, | |
"hostWindow": { | |
"sel": "hostWindow", | |
"imp": "0x1a2906968", | |
"type": "@16@0:8" | |
}, | |
"setHostWindow:": { | |
"sel": "setHostWindow:", | |
"imp": "0x1a2906994", | |
"type": "v24@0:8@16" | |
}, | |
"_viewController": { | |
"sel": "_viewController", | |
"imp": "0x1a29068cc", | |
"type": "@16@0:8" | |
}, | |
"handleAuthenticateRequest:completion:": { | |
"sel": "handleAuthenticateRequest:completion:", | |
"imp": "0x1a2906618", | |
"type": "v32@0:8@16@?24" | |
}, | |
"handleDialogRequest:completion:": { | |
"sel": "handleDialogRequest:completion:", | |
"imp": "0x1a290675c", | |
"type": "v32@0:8@16@?24" | |
}, | |
"displayDialog:withCompletionHandler:": { | |
"sel": "displayDialog:withCompletionHandler:", | |
"imp": "0x1a2905b78", | |
"type": "v32@0:8@16@?24" | |
}, | |
"_alertForDialog:": { | |
"sel": "_alertForDialog:", | |
"imp": "0x1a2905e4c", | |
"type": "@24@0:8@16" | |
}, | |
"_clickedButtonForModalResponse:": { | |
"sel": "_clickedButtonForModalResponse:", | |
"imp": "0x1a2906550", | |
"type": "c24@0:8q16" | |
}, | |
"proxyBundleURL": { | |
"sel": "proxyBundleURL", | |
"imp": "0x1a29069c4", | |
"type": "@16@0:8" | |
}, | |
"proxyPID": { | |
"sel": "proxyPID", | |
"imp": "0x1a29069b4", | |
"type": "i16@0:8" | |
}, | |
"setProxyPID:": { | |
"sel": "setProxyPID:", | |
"imp": "0x1a29069bc", | |
"type": "v20@0:8i16" | |
}, | |
"setProxyBundleURL:": { | |
"sel": "setProxyBundleURL:", | |
"imp": "0x1a29069cc", | |
"type": "v24@0:8@16" | |
} | |
}, | |
"superclass": "NSObject" | |
}, | |
"SSRestoreContentItem": { | |
"name": "SSRestoreContentItem", | |
"address": "0x1d2c38be0", | |
"class_methods": {}, | |
"instance_methods": { | |
"init": { | |
"sel": "init", | |
"imp": "0x1a2906a40", | |
"type": "@16@0:8" | |
}, | |
".cxx_destruct": { | |
"sel": ".cxx_destruct", | |
"imp": "0x1a2907910", | |
"type": "v16@0:8" | |
}, | |
"bundleID": { | |
"sel": "bundleID", | |
"imp": "0x1a29078fc", | |
"type": "@16@0:8" | |
}, | |
"setBundleID:": { | |
"sel": "setBundleID:", | |
"imp": "0x1a2907908", | |
"type": "v24@0:8@16" | |
}, | |
"videoDimensions": { | |
"sel": "videoDimensions", | |
"imp": "0x1a2907540", | |
"type": "@16@0:8" | |
}, | |
"storeFrontID": { | |
"sel": "storeFrontID", | |
"imp": "0x1a29074f8", | |
"type": "@16@0:8" | |
}, | |
"_setValue:forProperty:": { | |
"sel": "_setValue:forProperty:", | |
"imp": "0x1a2907810", | |
"type": "v32@0:8@16@24" | |
}, | |
"setVideoDimensions:": { | |
"sel": "setVideoDimensions:", | |
"imp": "0x1a29074bc", | |
"type": "v24@0:8@16" | |
}, | |
"storeItemID": { | |
"sel": "storeItemID", | |
"imp": "0x1a2907510", | |
"type": "@16@0:8" | |
}, | |
"storeAccountID": { | |
"sel": "storeAccountID", | |
"imp": "0x1a29074d8", | |
"type": "@16@0:8" | |
}, | |
"setStoreAccountID:": { | |
"sel": "setStoreAccountID:", | |
"imp": "0x1a29071e0", | |
"type": "v24@0:8@16" | |
}, | |
"setStoreFrontID:": { | |
"sel": "setStoreFrontID:", | |
"imp": "0x1a290725c", | |
"type": "v24@0:8@16" | |
}, | |
"_initSSRestoreContentItem": { | |
"sel": "_initSSRestoreContentItem", | |
"imp": "0x1a29069d8", | |
"type": "@16@0:8" | |
}, | |
"setValue:forDownloadProperty:": { | |
"sel": "setValue:forDownloadProperty:", | |
"imp": "0x1a290733c", | |
"type": "v32@0:8@16@24" | |
}, | |
"setValue:forAssetProperty:": { | |
"sel": "setValue:forAssetProperty:", | |
"imp": "0x1a29072ac", | |
"type": "v32@0:8@16@24" | |
}, | |
"isEligibleForRestore:": { | |
"sel": "isEligibleForRestore:", | |
"imp": "0x1a2906e28", | |
"type": "B24@0:8^@16" | |
}, | |
"_restoreKeyForAssetProperty:": { | |
"sel": "_restoreKeyForAssetProperty:", | |
"imp": "0x1a2907570", | |
"type": "@24@0:8@16" | |
}, | |
"_restoreKeyForDownloadProperty:": { | |
"sel": "_restoreKeyForDownloadProperty:", | |
"imp": "0x1a290769c", | |
"type": "@24@0:8@16" | |
}, | |
"setStoreAccountAppleID:": { | |
"sel": "setStoreAccountAppleID:", | |
"imp": "0x1a290717c", | |
"type": "v24@0:8@16" | |
}, | |
"setCloudMatchStatus:": { | |
"sel": "setCloudMatchStatus:", | |
"imp": "0x1a290707c", | |
"type": "v24@0:8@16" | |
}, | |
"initWithRestoreDownload:": { | |
"sel": "initWithRestoreDownload:", | |
"imp": "0x1a2906a4c", | |
"type": "@24@0:8@16" | |
}, | |
"cloudItemID": { | |
"sel": "cloudItemID", | |
"imp": "0x1a2906c4c", | |
"type": "@16@0:8" | |
}, | |
"cloudMatchStatus": { | |
"sel": "cloudMatchStatus", | |
"imp": "0x1a2906c64", | |
"type": "@16@0:8" | |
}, | |
"copyRestoreDictionary": { | |
"sel": "copyRestoreDictionary", | |
"imp": "0x1a2906c6c", | |
"type": "@16@0:8" | |
}, | |
"downloadKind": { | |
"sel": "downloadKind", | |
"imp": "0x1a2906db4", | |
"type": "@16@0:8" | |
}, | |
"isDRMFree": { | |
"sel": "isDRMFree", | |
"imp": "0x1a2906dcc", | |
"type": "B16@0:8" | |
}, | |
"podcastEpisodeGUID": { | |
"sel": "podcastEpisodeGUID", | |
"imp": "0x1a2907050", | |
"type": "@16@0:8" | |
}, | |
"setCloudItemID:": { | |
"sel": "setCloudItemID:", | |
"imp": "0x1a2907068", | |
"type": "v24@0:8@16" | |
}, | |
"setDownloadKind:": { | |
"sel": "setDownloadKind:", | |
"imp": "0x1a29070e4", | |
"type": "v24@0:8@16" | |
}, | |
"setDRMFree:": { | |
"sel": "setDRMFree:", | |
"imp": "0x1a29070f8", | |
"type": "v20@0:8B16" | |
}, | |
"setPodcastEpisodeGUID:": { | |
"sel": "setPodcastEpisodeGUID:", | |
"imp": "0x1a2907168", | |
"type": "v24@0:8@16" | |
}, | |
"setStoreFlavor:": { | |
"sel": "setStoreFlavor:", | |
"imp": "0x1a2907248", | |
"type": "v24@0:8@16" | |
}, | |
"setStoreItemID:": { | |
"sel": "setStoreItemID:", | |
"imp": "0x1a2907270", | |
"type": "v24@0:8@16" | |
}, | |
"setStoreSoftwareVersionID:": { | |
"sel": "setStoreSoftwareVersionID:", | |
"imp": "0x1a2907284", | |
"type": "v24@0:8@16" | |
}, | |
"setInstallPath:": { | |
"sel": "setInstallPath:", | |
"imp": "0x1a2907298", | |
"type": "v24@0:8@16" | |
}, | |
"storeAccountAppleID": { | |
"sel": "storeAccountAppleID", | |
"imp": "0x1a29074d0", | |
"type": "@16@0:8" | |
}, | |
"storeFlavor": { | |
"sel": "storeFlavor", | |
"imp": "0x1a29074e0", | |
"type": "@16@0:8" | |
}, | |
"storeSoftwareVersionID": { | |
"sel": "storeSoftwareVersionID", | |
"imp": "0x1a2907528", | |
"type": "@16@0:8" | |
}, | |
"installPath": { | |
"sel": "installPath", | |
"imp": "0x1a2907558", | |
"type": "@16@0:8" | |
} | |
}, | |
"superclass": "NSObject" | |
}, | |
"ISProcessPropertyListOperation": { | |
"name": "ISProcessPropertyListOperation", | |
"address": "0x1d2c38be8", | |
"class_methods": {}, | |
"instance_methods": { | |
"run": { | |
"sel": "run", | |
"imp": "0x1a2907b7c", | |
"type": "v16@0:8" | |
}, | |
".cxx_destruct": { | |
"sel": ".cxx_destruct", | |
"imp": "0x1a2907f44", | |
"type": "v16@0:8" | |
}, | |
"operation:failedWithError:": { | |
"sel": "operation:failedWithError:", | |
"imp": "0x1a2907e3c", | |
"type": "v32@0:8@16@24" | |
}, | |
"dataProvider": { | |
"sel": "dataProvider", | |
"imp": "0x1a2907f28", | |
"type": "@16@0:8" | |
}, | |
"initWithStoreClient:": { | |
"sel": "initWithStoreClient:", | |
"imp": "0x1a2907978", | |
"type": "@24@0:8@16" | |
}, | |
"setDataProvider:": { | |
"sel": "setDataProvider:", | |
"imp": "0x1a2907f38", | |
"type": "v24@0:8@16" | |
}, | |
"operation:finishedWithOutput:": { | |
"sel": "operation:finishedWithOutput:", | |
"imp": "0x1a2907dc4", | |
"type": "v32@0:8@16@24" | |
}, | |
"initWithPropertyList:storeClient:": { | |
"sel": "initWithPropertyList:storeClient:", | |
"imp": "0x1a2907a3c", | |
"type": "@32@0:8@16@24" | |
}, | |
"initWithPropertyListAtURL:withPreParserBlock:storeClient:": { | |
"sel": "initWithPropertyListAtURL:withPreParserBlock:storeClient:", | |
"imp": "0x1a2907ab4", | |
"type": "@40@0:8@16@?24@32" | |
} | |
}, | |
"superclass": "ISOperation" | |
}, | |
"CKSoftwareMap": { | |
"name": "CKSoftwareMap", | |
"address": "0x1d2c38bf0", | |
"class_methods": { | |
"sharedSoftwareMap": { | |
"sel": "sharedSoftwareMap", | |
"imp": "0x1a28fa164", | |
"type": "@16@0:8" | |
} | |
}, | |
"instance_methods": { | |
".cxx_destruct": { | |
"sel": ".cxx_destruct", | |
"imp": "0x1a290a670", | |
"type": "v16@0:8" | |
}, | |
"sharedObserver": { | |
"sel": "sharedObserver", | |
"imp": "0x1a290a64c", | |
"type": "@16@0:8" | |
}, | |
"initWithStoreClient:": { | |
"sel": "initWithStoreClient:", | |
"imp": "0x1a28fa240", | |
"type": "@24@0:8@16" | |
}, | |
"receiptFromBundleAtPath:": { | |
"sel": "receiptFromBundleAtPath:", | |
"imp": "0x1a2908df4", | |
"type": "@24@0:8@16" | |
}, | |
"productsObservers": { | |
"sel": "productsObservers", | |
"imp": "0x1a290a628", | |
"type": "@16@0:8" | |
}, | |
"startAdoptionEligibilityCheckWithReplyBlock:": { | |
"sel": "startAdoptionEligibilityCheckWithReplyBlock:", | |
"imp": "0x1a290a5a8", | |
"type": "v24@0:8@?16" | |
}, | |
"connectionWasInterrupted": { | |
"sel": "connectionWasInterrupted", | |
"imp": "0x1a2907fc0", | |
"type": "v16@0:8" | |
}, | |
"addProductsObserver:queue:": { | |
"sel": "addProductsObserver:queue:", | |
"imp": "0x1a29081a8", | |
"type": "@32@0:8@?16@24" | |
}, | |
"removeProductsObserverForToken:": { | |
"sel": "removeProductsObserverForToken:", | |
"imp": "0x1a29086a8", | |
"type": "v24@0:8@16" | |
}, | |
"productForBundleIdentifier:": { | |
"sel": "productForBundleIdentifier:", | |
"imp": "0x1a2908734", | |
"type": "@24@0:8@16" | |
}, | |
"productForItemIdentifier:": { | |
"sel": "productForItemIdentifier:", | |
"imp": "0x1a2908984", | |
"type": "@24@0:8Q16" | |
}, | |
"allProducts": { | |
"sel": "allProducts", | |
"imp": "0x1a28fa2d0", | |
"type": "@16@0:8" | |
}, | |
"productForPath:": { | |
"sel": "productForPath:", | |
"imp": "0x1a2908ba4", | |
"type": "@24@0:8@16" | |
}, | |
"isTrialVersionOfBundleIdentifier:": { | |
"sel": "isTrialVersionOfBundleIdentifier:", | |
"imp": "0x1a2909044", | |
"type": "B24@0:8@16" | |
}, | |
"bundleInfoFromBundleAtPath:": { | |
"sel": "bundleInfoFromBundleAtPath:", | |
"imp": "0x1a2909234", | |
"type": "@24@0:8@16" | |
}, | |
"iconForApplicationWithBundeID:": { | |
"sel": "iconForApplicationWithBundeID:", | |
"imp": "0x1a2909484", | |
"type": "@24@0:8@16" | |
}, | |
"updateRequestBodyData:includeInstalledApps:includeBundledApps:conditionally:hadUnadoptedApps:": { | |
"sel": "updateRequestBodyData:includeInstalledApps:includeBundledApps:conditionally:hadUnadoptedApps:", | |
"imp": "0x1a29097e4", | |
"type": "@44@0:8^B16B24B28B32o^B36" | |
}, | |
"adoptionCompletedForBundleID:adoptingDSID:appleID:": { | |
"sel": "adoptionCompletedForBundleID:adoptingDSID:appleID:", | |
"imp": "0x1a2909c54", | |
"type": "B40@0:8@16o^@24o^@32" | |
}, | |
"adoptableBundleIdentifiers": { | |
"sel": "adoptableBundleIdentifiers", | |
"imp": "0x1a290a070", | |
"type": "@16@0:8" | |
}, | |
"adopt:": { | |
"sel": "adopt:", | |
"imp": "0x1a290a2b4", | |
"type": "@24@0:8@16" | |
}, | |
"setProductsObservers:": { | |
"sel": "setProductsObservers:", | |
"imp": "0x1a290a638", | |
"type": "v24@0:8@16" | |
}, | |
"setSharedObserver:": { | |
"sel": "setSharedObserver:", | |
"imp": "0x1a290a65c", | |
"type": "v24@0:8@16" | |
} | |
}, | |
"superclass": "CKServiceInterface" | |
}, | |
"CKSoftwareMapObserver": { | |
"name": "CKSoftwareMapObserver", | |
"address": "0x1d2c38bf8", | |
"class_methods": {}, | |
"instance_methods": { | |
".cxx_destruct": { | |
"sel": ".cxx_destruct", | |
"imp": "0x1a290a860", | |
"type": "v16@0:8" | |
}, | |
"block": { | |
"sel": "block", | |
"imp": "0x1a290a838", | |
"type": "@?16@0:8" | |
}, | |
"queue": { | |
"sel": "queue", | |
"imp": "0x1a290a84c", | |
"type": "@16@0:8" | |
}, | |
"setQueue:": { | |
"sel": "setQueue:", | |
"imp": "0x1a290a858", | |
"type": "v24@0:8@16" | |
}, | |
"setBlock:": { | |
"sel": "setBlock:", | |
"imp": "0x1a290a844", | |
"type": "v24@0:8@?16" | |
}, | |
"softwareProduct:updatedState:": { | |
"sel": "softwareProduct:updatedState:", | |
"imp": "0x1a290a6c4", | |
"type": "v32@0:8@16q24" | |
} | |
}, | |
"superclass": "NSObject" | |
}, | |
"_CKDAAPParser": { | |
"name": "_CKDAAPParser", | |
"address": "0x1d2c38c00", | |
"class_methods": { | |
"sharedInstance": { | |
"sel": "sharedInstance", | |
"imp": "0x1a28f8008", | |
"type": "@16@0:8" | |
}, | |
"decodeData:": { | |
"sel": "decodeData:", | |
"imp": "0x1a28f7ea4", | |
"type": "@24@0:8@16" | |
}, | |
"typeForDRCPValueType:": { | |
"sel": "typeForDRCPValueType:", | |
"imp": "0x1a2911214", | |
"type": "@20@0:8i16" | |
}, | |
"decodeHexString:": { | |
"sel": "decodeHexString:", | |
"imp": "0x1a290a8ac", | |
"type": "@24@0:8@16" | |
} | |
}, | |
"instance_methods": { | |
"processResponseCode:bytes:count:": { | |
"sel": "processResponseCode:bytes:count:", | |
"imp": "0x1a28f80e4", | |
"type": "@36@0:8I16r*20q28" | |
}, | |
"processFlavor:size:": { | |
"sel": "processFlavor:size:", | |
"imp": "0x1a290af40", | |
"type": "@32@0:8r*16q24" | |
}, | |
"unknownCode:bytes:size:": { | |
"sel": "unknownCode:bytes:size:", | |
"imp": "0x1a290be08", | |
"type": "v36@0:8I16r*20q28" | |
}, | |
"setUInt16:size:inDict:forKey:": { | |
"sel": "setUInt16:size:inDict:forKey:", | |
"imp": "0x1a290b7b0", | |
"type": "v48@0:8r*16q24@32@40" | |
}, | |
"setUInt32:size:inDict:forKey:": { | |
"sel": "setUInt32:size:inDict:forKey:", | |
"imp": "0x1a28f9238", | |
"type": "v48@0:8r*16q24@32@40" | |
}, | |
"setString:size:inDict:forKey:": { | |
"sel": "setString:size:inDict:forKey:", | |
"imp": "0x1a290bd44", | |
"type": "v48@0:8r*16q24@32@40" | |
}, | |
"setUInt8:size:inDict:forKey:": { | |
"sel": "setUInt8:size:inDict:forKey:", | |
"imp": "0x1a290b554", | |
"type": "v48@0:8r*16q24@32@40" | |
}, | |
"setUInt64:size:inDict:forKey:": { | |
"sel": "setUInt64:size:inDict:forKey:", | |
"imp": "0x1a290bbfc", | |
"type": "v48@0:8r*16q24@32@40" | |
}, | |
"SwapInt64BigToHost:size:": { | |
"sel": "SwapInt64BigToHost:size:", | |
"imp": "0x1a290aaa0", | |
"type": "Q32@0:8r*16q24" | |
}, | |
"parseUTF8String:length:": { | |
"sel": "parseUTF8String:length:", | |
"imp": "0x1a290aaf8", | |
"type": "@32@0:8r*16q24" | |
}, | |
"setBool:size:inDict:forKey:": { | |
"sel": "setBool:size:inDict:forKey:", | |
"imp": "0x1a290b2b4", | |
"type": "v48@0:8r*16q24@32@40" | |
}, | |
"parseMACAddressListing:count:": { | |
"sel": "parseMACAddressListing:count:", | |
"imp": "0x1a290c154", | |
"type": "@32@0:8r*16q24" | |
}, | |
"parseContentCollectionDict:count:": { | |
"sel": "parseContentCollectionDict:count:", | |
"imp": "0x1a290cc74", | |
"type": "@32@0:8r*16q24" | |
}, | |
"parseDict:size:intoDict:": { | |
"sel": "parseDict:size:intoDict:", | |
"imp": "0x1a290f83c", | |
"type": "v40@0:8r*16q24@32" | |
}, | |
"setDate:size:inDict:forKey:": { | |
"sel": "setDate:size:inDict:forKey:", | |
"imp": "0x1a290b8e4", | |
"type": "v48@0:8r*16q24@32@40" | |
}, | |
"processFlavors:size:": { | |
"sel": "processFlavors:size:", | |
"imp": "0x1a290ad10", | |
"type": "@32@0:8r*16q24" | |
}, | |
"processXMLContent:count:": { | |
"sel": "processXMLContent:count:", | |
"imp": "0x1a290abe4", | |
"type": "@32@0:8r*16q24" | |
}, | |
"parseUnicodeCharacter:count:": { | |
"sel": "parseUnicodeCharacter:count:", | |
"imp": "0x1a290ab70", | |
"type": "@32@0:8r*16q24" | |
}, | |
"setFloat32:size:inDict:forKey:": { | |
"sel": "setFloat32:size:inDict:forKey:", | |
"imp": "0x1a290bac8", | |
"type": "v48@0:8r*16q24@32@40" | |
}, | |
"parseListingCollection:count:capacity:": { | |
"sel": "parseListingCollection:count:capacity:", | |
"imp": "0x1a290f5b4", | |
"type": "@36@0:8r*16q24i32" | |
}, | |
"parseListingItem:count:": { | |
"sel": "parseListingItem:count:", | |
"imp": "0x1a290d178", | |
"type": "@32@0:8r*16q24" | |
}, | |
"parseDeletedIDsList:count:": { | |
"sel": "parseDeletedIDsList:count:", | |
"imp": "0x1a290fa24", | |
"type": "@32@0:8r*16q24" | |
}, | |
"parseBrowseResults:count:": { | |
"sel": "parseBrowseResults:count:", | |
"imp": "0x1a290f6ec", | |
"type": "@32@0:8r*16q24" | |
}, | |
"parseControlPromptCollection:count:": { | |
"sel": "parseControlPromptCollection:count:", | |
"imp": "0x1a290fbcc", | |
"type": "@32@0:8r*16q24" | |
}, | |
"parseServerInfo:count:": { | |
"sel": "parseServerInfo:count:", | |
"imp": "0x1a290c298", | |
"type": "@32@0:8r*16q24" | |
}, | |
"parseContentCodes:count:": { | |
"sel": "parseContentCodes:count:", | |
"imp": "0x1a290ce3c", | |
"type": "@32@0:8r*16q24" | |
}, | |
"parseLogin:count:": { | |
"sel": "parseLogin:count:", | |
"imp": "0x1a28f84a4", | |
"type": "@32@0:8r*16q24" | |
}, | |
"parseListingHeader:count:": { | |
"sel": "parseListingHeader:count:", | |
"imp": "0x1a28f8e54", | |
"type": "@32@0:8r*16q24" | |
}, | |
"parseError:count:": { | |
"sel": "parseError:count:", | |
"imp": "0x1a290d01c", | |
"type": "@32@0:8r*16q24" | |
}, | |
"parseDACPPropertyResponse:count:": { | |
"sel": "parseDACPPropertyResponse:count:", | |
"imp": "0x1a2910144", | |
"type": "@32@0:8r*16q24" | |
}, | |
"parseControlPromptResponse:count:": { | |
"sel": "parseControlPromptResponse:count:", | |
"imp": "0x1a290fd1c", | |
"type": "@32@0:8r*16q24" | |
}, | |
"parseGetSpeakersResponse:count:": { | |
"sel": "parseGetSpeakersResponse:count:", | |
"imp": "0x1a290ff84", | |
"type": "@32@0:8r*16q24" | |
}, | |
"setSInt8:size:inDict:forKey:": { | |
"sel": "setSInt8:size:inDict:forKey:", | |
"imp": "0x1a290b428", | |
"type": "v48@0:8r*16q24@32@40" | |
}, | |
"setSInt16:size:inDict:forKey:": { | |
"sel": "setSInt16:size:inDict:forKey:", | |
"imp": "0x1a290b680", | |
"type": "v48@0:8r*16q24@32@40" | |
} | |
}, | |
"superclass": "NSObject" | |
}, | |
"CKStoreDAAPLibrary": { | |
"name": "CKStoreDAAPLibrary", | |
"address": "0x1d2c38c08", | |
"class_methods": { | |
"daapLibraryWithStoreClient:": { | |
"sel": "daapLibraryWithStoreClient:", | |
"imp": "0x1a28f2dbc", | |
"type": "@24@0:8@16" | |
} | |
}, | |
"instance_methods": { | |
"dealloc": { | |
"sel": "dealloc", | |
"imp": "0x1a2911340", | |
"type": "v16@0:8" | |
}, | |
"count": { | |
"sel": "count", | |
"imp": "0x1a2912b7c", | |
"type": "Q16@0:8" | |
}, | |
"itemAtIndex:": { | |
"sel": "itemAtIndex:", | |
"imp": "0x1a2911918", | |
"type": "@24@0:8Q16" | |
}, | |
".cxx_destruct": { | |
"sel": ".cxx_destruct", | |
"imp": "0x1a2912bcc", | |
"type": "v16@0:8" | |
}, | |
"update": { | |
"sel": "update", | |
"imp": "0x1a28f5694", | |
"type": "v16@0:8" | |
}, | |
"addObserver:": { | |
"sel": "addObserver:", | |
"imp": "0x1a28f5520", | |
"type": "@24@0:8@16" | |
}, | |
"removeObserver:": { | |
"sel": "removeObserver:", | |
"imp": "0x1a2911b44", | |
"type": "v24@0:8@16" | |
}, | |
"serviceName": { | |
"sel": "serviceName", | |
"imp": "0x1a2912b94", | |
"type": "@16@0:8" | |
}, | |
"observers": { | |
"sel": "observers", | |
"imp": "0x1a28f5614", | |
"type": "@16@0:8" | |
}, | |
"setObservers:": { | |
"sel": "setObservers:", | |
"imp": "0x1a2912bc4", | |
"type": "v24@0:8@16" | |
}, | |
"items": { | |
"sel": "items", | |
"imp": "0x1a28f7190", | |
"type": "@16@0:8" | |
}, | |
"setItems:": { | |
"sel": "setItems:", | |
"imp": "0x1a2912b8c", | |
"type": "v24@0:8@16" | |
}, | |
"setServiceName:": { | |
"sel": "setServiceName:", | |
"imp": "0x1a2912ba0", | |
"type": "v24@0:8@16" | |
}, | |
"sessionID": { | |
"sel": "sessionID", | |
"imp": "0x1a28f58c8", | |
"type": "@16@0:8" | |
}, | |
"setSessionID:": { | |
"sel": "setSessionID:", | |
"imp": "0x1a2912ba8", | |
"type": "v24@0:8@16" | |
}, | |
"reload": { | |
"sel": "reload", | |
"imp": "0x1a2911c08", | |
"type": "v16@0:8" | |
}, | |
"allItems": { | |
"sel": "allItems", | |
"imp": "0x1a28f6458", | |
"type": "@16@0:8" | |
}, | |
"requestQueue": { | |
"sel": "requestQueue", | |
"imp": "0x1a2912bb0", | |
"type": "@16@0:8" | |
}, | |
"setRequestQueue:": { | |
"sel": "setRequestQueue:", | |
"imp": "0x1a2912bbc", | |
"type": "v24@0:8@16" | |
}, | |
"initWithStoreClient:": { | |
"sel": "initWithStoreClient:", | |
"imp": "0x1a28f2f74", | |
"type": "@24@0:8@16" | |
}, | |
"storeClient": { | |
"sel": "storeClient", | |
"imp": "0x1a28f4a68", | |
"type": "@16@0:8" | |
}, | |
"accountStore:primaryAccountChanged:": { | |
"sel": "accountStore:primaryAccountChanged:", | |
"imp": "0x1a291270c", | |
"type": "v32@0:8@16@24" | |
}, | |
"setMediaKinds:": { | |
"sel": "setMediaKinds:", | |
"imp": "0x1a28f5380", | |
"type": "v24@0:8q16" | |
}, | |
"_loadPersistedStore": { | |
"sel": "_loadPersistedStore", | |
"imp": "0x1a28f42fc", | |
"type": "v16@0:8" | |
}, | |
"_persistedStoreURL": { | |
"sel": "_persistedStoreURL", | |
"imp": "0x1a28f5000", | |
"type": "@16@0:8" | |
}, | |
"localVersion": { | |
"sel": "localVersion", | |
"imp": "0x1a28f52f4", | |
"type": "@16@0:8" | |
}, | |
"_performDAAPRequestWithAction:body:contentType:reason:completionHandler:": { | |
"sel": "_performDAAPRequestWithAction:body:contentType:reason:completionHandler:", | |
"imp": "0x1a28f5998", | |
"type": "v52@0:8@16@24@32i40@?44" | |
}, | |
"_pollDAAPServerWithReason:completionHandler:": { | |
"sel": "_pollDAAPServerWithReason:completionHandler:", | |
"imp": "0x1a28f5760", | |
"type": "v28@0:8i16@?20" | |
}, | |
"_mediaKindsQueryString": { | |
"sel": "_mediaKindsQueryString", | |
"imp": "0x1a28f8ab8", | |
"type": "@16@0:8" | |
}, | |
"daapClientTokenPairs": { | |
"sel": "daapClientTokenPairs", | |
"imp": "0x1a2912494", | |
"type": "@16@0:8" | |
}, | |
"_updatedItems:deletedItems:withLatestVersion:": { | |
"sel": "_updatedItems:deletedItems:withLatestVersion:", | |
"imp": "0x1a2911eec", | |
"type": "v40@0:8@16@24@32" | |
}, | |
"_latestDatabaseVersionWithReason:completionHandler:": { | |
"sel": "_latestDatabaseVersionWithReason:completionHandler:", | |
"imp": "0x1a28f8904", | |
"type": "v28@0:8i16@?20" | |
}, | |
"_loginWithCompletionHandler:": { | |
"sel": "_loginWithCompletionHandler:", | |
"imp": "0x1a28f58d4", | |
"type": "v24@0:8@?16" | |
}, | |
"setLocalVersion:": { | |
"sel": "setLocalVersion:", | |
"imp": "0x1a2912b84", | |
"type": "v24@0:8@16" | |
}, | |
"mediaKinds": { | |
"sel": "mediaKinds", | |
"imp": "0x1a28f8c7c", | |
"type": "q16@0:8" | |
}, | |
"_writePersistedStoreItems:mediaKind:version:": { | |
"sel": "_writePersistedStoreItems:mediaKind:version:", | |
"imp": "0x1a29113a4", | |
"type": "v40@0:8@16q24@32" | |
}, | |
"_configureWithBagInfo:": { | |
"sel": "_configureWithBagInfo:", | |
"imp": "0x1a28f6d4c", | |
"type": "v24@0:8@16" | |
}, | |
"pollTimer": { | |
"sel": "pollTimer", | |
"imp": "0x1a28f719c", | |
"type": "@16@0:8" | |
}, | |
"pollFrequency": { | |
"sel": "pollFrequency", | |
"imp": "0x1a28f71b4", | |
"type": "d16@0:8" | |
}, | |
"setPollFrequency:": { | |
"sel": "setPollFrequency:", | |
"imp": "0x1a28f71a8", | |
"type": "v24@0:8d16" | |
}, | |
"_pollingTimerFired:": { | |
"sel": "_pollingTimerFired:", | |
"imp": "0x1a2911cd4", | |
"type": "v24@0:8@16" | |
}, | |
"setPollTimer:": { | |
"sel": "setPollTimer:", | |
"imp": "0x1a28f71c8", | |
"type": "v24@0:8@16" | |
}, | |
"forcedRefreshTimer": { | |
"sel": "forcedRefreshTimer", | |
"imp": "0x1a28f71d0", | |
"type": "@16@0:8" | |
}, | |
"forcedRefreshFrequency": { | |
"sel": "forcedRefreshFrequency", | |
"imp": "0x1a28f71e8", | |
"type": "d16@0:8" | |
}, | |
"setForcedRefreshFrequency:": { | |
"sel": "setForcedRefreshFrequency:", | |
"imp": "0x1a28f71dc", | |
"type": "v24@0:8d16" | |
}, | |
"_forcedRefreshTimerFired:": { | |
"sel": "_forcedRefreshTimerFired:", | |
"imp": "0x1a2911da0", | |
"type": "v24@0:8@16" | |
}, | |
"setForcedRefreshTimer:": { | |
"sel": "setForcedRefreshTimer:", | |
"imp": "0x1a28f71f4", | |
"type": "v24@0:8@16" | |
}, | |
"itemsAtIndexes:": { | |
"sel": "itemsAtIndexes:", | |
"imp": "0x1a2911988", | |
"type": "@24@0:8@16" | |
}, | |
"sortedItemsUsingDescriptors:": { | |
"sel": "sortedItemsUsingDescriptors:", | |
"imp": "0x1a2911a1c", | |
"type": "@24@0:8@16" | |
}, | |
"filteredItemsUsingPredicate:": { | |
"sel": "filteredItemsUsingPredicate:", | |
"imp": "0x1a2911ab0", | |
"type": "@24@0:8@16" | |
} | |
}, | |
"superclass": "NSObject" | |
}, | |
"CKDownloadAsset": { | |
"name": "CKDownloadAsset", | |
"address": "0x1d2c38c10", | |
"class_methods": { | |
"supportsSecureCoding": { | |
"sel": "supportsSecureCoding", | |
"imp": "0x1a2912e4c", | |
"type": "B16@0:8" | |
} | |
}, | |
"instance_methods": { | |
"copyWithZone:": { | |
"sel": "copyWithZone:", | |
"imp": "0x1a29132f8", | |
"type": "@24@0:8^{_NSZone=}16" | |
}, | |
"encodeWithCoder:": { | |
"sel": "encodeWithCoder:", | |
"imp": "0x1a29131bc", | |
"type": "v24@0:8@16" | |
}, | |
"initWithCoder:": { | |
"sel": "initWithCoder:", | |
"imp": "0x1a2912e54", | |
"type": "@24@0:8@16" | |
}, | |
".cxx_destruct": { | |
"sel": ".cxx_destruct", | |
"imp": "0x1a29134c0", | |
"type": "v16@0:8" | |
}, | |
"URL": { | |
"sel": "URL", | |
"imp": "0x1a291342c", | |
"type": "@16@0:8" | |
}, | |
"_initWithURL:": { | |
"sel": "_initWithURL:", | |
"imp": "0x1a2912cf4", | |
"type": "@24@0:8@16" | |
}, | |
"setMd5:": { | |
"sel": "setMd5:", | |
"imp": "0x1a2913444", | |
"type": "v24@0:8@16" | |
}, | |
"md5": { | |
"sel": "md5", | |
"imp": "0x1a2913438", | |
"type": "@16@0:8" | |
}, | |
"setChunkSize:": { | |
"sel": "setChunkSize:", | |
"imp": "0x1a2913490", | |
"type": "v24@0:8Q16" | |
}, | |
"chunkSize": { | |
"sel": "chunkSize", | |
"imp": "0x1a2913488", | |
"type": "Q16@0:8" | |
}, | |
"hashes": { | |
"sel": "hashes", | |
"imp": "0x1a2913498", | |
"type": "@16@0:8" | |
}, | |
"sinfs": { | |
"sel": "sinfs", | |
"imp": "0x1a2913460", | |
"type": "@16@0:8" | |
}, | |
"downloadKey": { | |
"sel": "downloadKey", | |
"imp": "0x1a2913474", | |
"type": "@16@0:8" | |
}, | |
"setDownloadKey:": { | |
"sel": "setDownloadKey:", | |
"imp": "0x1a2913480", | |
"type": "v24@0:8@16" | |
}, | |
"setSinfs:": { | |
"sel": "setSinfs:", | |
"imp": "0x1a291346c", | |
"type": "v24@0:8@16" | |
}, | |
"needsDecryption": { | |
"sel": "needsDecryption", | |
"imp": "0x1a2912d78", | |
"type": "B16@0:8" | |
}, | |
"appliesToVersionIdentifier": { | |
"sel": "appliesToVersionIdentifier", | |
"imp": "0x1a291344c", | |
"type": "@16@0:8" | |
}, | |
"setAppliesToVersionIdentifier:": { | |
"sel": "setAppliesToVersionIdentifier:", | |
"imp": "0x1a2913458", | |
"type": "v24@0:8@16" | |
}, | |
"setHashes:": { | |
"sel": "setHashes:", | |
"imp": "0x1a29134a4", | |
"type": "v24@0:8@16" | |
}, | |
"clearHashes": { | |
"sel": "clearHashes", | |
"imp": "0x1a29134ac", | |
"type": "@16@0:8" | |
}, | |
"setClearHashes:": { | |
"sel": "setClearHashes:", | |
"imp": "0x1a29134b8", | |
"type": "v24@0:8@16" | |
} | |
}, | |
"superclass": "NSObject" | |
}, | |
"CKStoreRequest": { | |
"name": "CKStoreRequest", | |
"address": "0x1d2c38c18", | |
"class_methods": { | |
"supportsSecureCoding": { | |
"sel": "supportsSecureCoding", | |
"imp": "0x1a28fa7dc", | |
"type": "B16@0:8" | |
}, | |
"_macOSVersionString": { | |
"sel": "_macOSVersionString", | |
"imp": "0x1a28fae3c", | |
"type": "@16@0:8" | |
}, | |
"_macOSBuildString": { | |
"sel": "_macOSBuildString", | |
"imp": "0x1a28faf68", | |
"type": "@16@0:8" | |
}, | |
"_webKitVersionString": { | |
"sel": "_webKitVersionString", | |
"imp": "0x1a28fb044", | |
"type": "@16@0:8" | |
}, | |
"_commerceKitVersionString": { | |
"sel": "_commerceKitVersionString", | |
"imp": "0x1a28fb2c4", | |
"type": "@16@0:8" | |
}, | |
"userAgentForStoreClient:": { | |
"sel": "userAgentForStoreClient:", | |
"imp": "0x1a28fab0c", | |
"type": "@24@0:8@16" | |
}, | |
"_processURLResponse:forRequest:storeClient:": { | |
"sel": "_processURLResponse:forRequest:storeClient:", | |
"imp": "0x1a28f9c90", | |
"type": "v40@0:8@16@24@32" | |
} | |
}, | |
"instance_methods": { | |
"copyWithZone:": { | |
"sel": "copyWithZone:", | |
"imp": "0x1a2913f4c", | |
"type": "@24@0:8^{_NSZone=}16" | |
}, | |
"encodeWithCoder:": { | |
"sel": "encodeWithCoder:", | |
"imp": "0x1a28f7498", | |
"type": "v24@0:8@16" | |
}, | |
"initWithCoder:": { | |
"sel": "initWithCoder:", | |
"imp": "0x1a28fa7e4", | |
"type": "@24@0:8@16" | |
}, | |
"delegate": { | |
"sel": "delegate", | |
"imp": "0x1a29140e8", | |
"type": "@16@0:8" | |
}, | |
"setDelegate:": { | |
"sel": "setDelegate:", | |
"imp": "0x1a2914114", | |
"type": "v24@0:8@16" | |
}, | |
".cxx_destruct": { | |
"sel": ".cxx_destruct", | |
"imp": "0x1a28f8d70", | |
"type": "v16@0:8" | |
}, | |
"URL": { | |
"sel": "URL", | |
"imp": "0x1a28f7674", | |
"type": "@16@0:8" | |
}, | |
"bodyData": { | |
"sel": "bodyData", | |
"imp": "0x1a2914148", | |
"type": "@16@0:8" | |
}, | |
"initWithStoreClient:bagURLKey:": { | |
"sel": "initWithStoreClient:bagURLKey:", | |
"imp": "0x1a28fa504", | |
"type": "@32@0:8@16@24" | |
}, | |
"setAdditionalHTTPHeaders:": { | |
"sel": "setAdditionalHTTPHeaders:", | |
"imp": "0x1a28f72f8", | |
"type": "v24@0:8@16" | |
}, | |
"setBodyPlist:": { | |
"sel": "setBodyPlist:", | |
"imp": "0x1a2914160", | |
"type": "v24@0:8@16" | |
}, | |
"bodyPlist": { | |
"sel": "bodyPlist", | |
"imp": "0x1a2914154", | |
"type": "@16@0:8" | |
}, | |
"runAsyncWithCompletionHandler:": { | |
"sel": "runAsyncWithCompletionHandler:", | |
"imp": "0x1a28f7308", | |
"type": "v24@0:8@?16" | |
}, | |
"additionalQueryParameters": { | |
"sel": "additionalQueryParameters", | |
"imp": "0x1a2914128", | |
"type": "@16@0:8" | |
}, | |
"setBodyData:": { | |
"sel": "setBodyData:", | |
"imp": "0x1a28f7300", | |
"type": "v24@0:8@16" | |
}, | |
"additionalHTTPHeaders": { | |
"sel": "additionalHTTPHeaders", | |
"imp": "0x1a291413c", | |
"type": "@16@0:8" | |
}, | |
"authenticationContext": { | |
"sel": "authenticationContext", | |
"imp": "0x1a28f7b0c", | |
"type": "@16@0:8" | |
}, | |
"setAuthenticationContext:": { | |
"sel": "setAuthenticationContext:", | |
"imp": "0x1a2914120", | |
"type": "v24@0:8@16" | |
}, | |
"storeClient": { | |
"sel": "storeClient", | |
"imp": "0x1a28f765c", | |
"type": "@16@0:8" | |
}, | |
"initWithStoreClient:URL:": { | |
"sel": "initWithStoreClient:URL:", | |
"imp": "0x1a28f71fc", | |
"type": "@32@0:8@16@24" | |
}, | |
"setAdditionalQueryParameters:": { | |
"sel": "setAdditionalQueryParameters:", | |
"imp": "0x1a2914134", | |
"type": "v24@0:8@16" | |
}, | |
"runSync:": { | |
"sel": "runSync:", | |
"imp": "0x1a2913540", | |
"type": "@24@0:8^@16" | |
}, | |
"_initWithStoreClient:": { | |
"sel": "_initWithStoreClient:", | |
"imp": "0x1a28f727c", | |
"type": "@24@0:8@16" | |
}, | |
"_authenticateWithChallenge:completionHandler:": { | |
"sel": "_authenticateWithChallenge:completionHandler:", | |
"imp": "0x1a2913c88", | |
"type": "v32@0:8@16@?24" | |
}, | |
"bagURLKey": { | |
"sel": "bagURLKey", | |
"imp": "0x1a28f7668", | |
"type": "@16@0:8" | |
}, | |
"_URLRequestWithError:": { | |
"sel": "_URLRequestWithError:", | |
"imp": "0x1a2914168", | |
"type": "@24@0:8^@16" | |
}, | |
"_cookieHeader": { | |
"sel": "_cookieHeader", | |
"imp": "0x1a29143ac", | |
"type": "@16@0:8" | |
} | |
}, | |
"superclass": "NSObject" | |
}, | |
"CKAuthenticationSettings": { | |
"name": "CKAuthenticationSettings", | |
"address": "0x1d2c38c20", | |
"class_methods": { | |
"supportsSecureCoding": { | |
"sel": "supportsSecureCoding", | |
"imp": "0x1a2914540", | |
"type": "B16@0:8" | |
} | |
}, | |
"instance_methods": { | |
"copyWithZone:": { | |
"sel": "copyWithZone:", | |
"imp": "0x1a29149f4", | |
"type": "@24@0:8^{_NSZone=}16" | |
}, | |
"init": { | |
"sel": "init", | |
"imp": "0x1a29144fc", | |
"type": "@16@0:8" | |
}, | |
"encodeWithCoder:": { | |
"sel": "encodeWithCoder:", | |
"imp": "0x1a2914840", | |
"type": "v24@0:8@16" | |
}, | |
"initWithCoder:": { | |
"sel": "initWithCoder:", | |
"imp": "0x1a2914548", | |
"type": "@24@0:8@16" | |
}, | |
".cxx_destruct": { | |
"sel": ".cxx_destruct", | |
"imp": "0x1a2914b68", | |
"type": "v16@0:8" | |
}, | |
"_password": { | |
"sel": "_password", | |
"imp": "0x1a2914bc4", | |
"type": "@16@0:8" | |
}, | |
"showHelp": { | |
"sel": "showHelp", | |
"imp": "0x1a2914b54", | |
"type": "B16@0:8" | |
}, | |
"createSession": { | |
"sel": "createSession", | |
"imp": "0x1a2914b40", | |
"type": "B16@0:8" | |
}, | |
"setShowHelp:": { | |
"sel": "setShowHelp:", | |
"imp": "0x1a2914b60", | |
"type": "v20@0:8B16" | |
}, | |
"suggestedUsername": { | |
"sel": "suggestedUsername", | |
"imp": "0x1a2914af0", | |
"type": "@16@0:8" | |
}, | |
"setSuggestedUsername:": { | |
"sel": "setSuggestedUsername:", | |
"imp": "0x1a2914afc", | |
"type": "v24@0:8@16" | |
}, | |
"authenticateArguments": { | |
"sel": "authenticateArguments", | |
"imp": "0x1a2914b04", | |
"type": "@16@0:8" | |
}, | |
"setAuthenticateArguments:": { | |
"sel": "setAuthenticateArguments:", | |
"imp": "0x1a2914b10", | |
"type": "v24@0:8@16" | |
}, | |
"createAccountArguments": { | |
"sel": "createAccountArguments", | |
"imp": "0x1a2914b18", | |
"type": "@16@0:8" | |
}, | |
"setCreateAccountArguments:": { | |
"sel": "setCreateAccountArguments:", | |
"imp": "0x1a2914b24", | |
"type": "v24@0:8@16" | |
}, | |
"forceAccount": { | |
"sel": "forceAccount", | |
"imp": "0x1a2914b2c", | |
"type": "B16@0:8" | |
}, | |
"setForceAccount:": { | |
"sel": "setForceAccount:", | |
"imp": "0x1a2914b38", | |
"type": "v20@0:8B16" | |
}, | |
"setCreateSession:": { | |
"sel": "setCreateSession:", | |
"imp": "0x1a2914b4c", | |
"type": "v20@0:8B16" | |
}, | |
"set_password:": { | |
"sel": "set_password:", | |
"imp": "0x1a2914bcc", | |
"type": "v24@0:8@16" | |
}, | |
"_loginToiCloud": { | |
"sel": "_loginToiCloud", | |
"imp": "0x1a2914c18", | |
"type": "B16@0:8" | |
}, | |
"set_loginToiCloud:": { | |
"sel": "set_loginToiCloud:", | |
"imp": "0x1a2914c20", | |
"type": "v20@0:8B16" | |
} | |
}, | |
"superclass": "NSObject" | |
}, | |
"CKStoreAccountSettingsContext": { | |
"name": "CKStoreAccountSettingsContext", | |
"address": "0x1d2c38c28", | |
"class_methods": { | |
"contextForStoreAccount:": { | |
"sel": "contextForStoreAccount:", | |
"imp": "0x1a28fd970", | |
"type": "@24@0:8@16" | |
} | |
}, | |
"instance_methods": { | |
".cxx_destruct": { | |
"sel": ".cxx_destruct", | |
"imp": "0x1a28fdf44", | |
"type": "v16@0:8" | |
}, | |
"account": { | |
"sel": "account", | |
"imp": "0x1a28fdc34", | |
"type": "@16@0:8" | |
}, | |
"_bag": { | |
"sel": "_bag", | |
"imp": "0x1a2915ee8", | |
"type": "@16@0:8" | |
}, | |
"AMSURLSession:task:handleAuthenticateRequest:completion:": { | |
"sel": "AMSURLSession:task:handleAuthenticateRequest:completion:", | |
"imp": "0x1a2916924", | |
"type": "v48@0:8@16@24@32@?40" | |
}, | |
"AMSURLSession:task:handleDialogRequest:completion:": { | |
"sel": "AMSURLSession:task:handleDialogRequest:completion:", | |
"imp": "0x1a29169c0", | |
"type": "v48@0:8@16@24@32@?40" | |
}, | |
"setDialogContext:": { | |
"sel": "setDialogContext:", | |
"imp": "0x1a2916a68", | |
"type": "v24@0:8@16" | |
}, | |
"initWithStoreAccount:": { | |
"sel": "initWithStoreAccount:", | |
"imp": "0x1a28fd9d8", | |
"type": "@24@0:8@16" | |
}, | |
"_setEnabledAutomaticDownloadMediaKinds:withCompletionHandler:": { | |
"sel": "_setEnabledAutomaticDownloadMediaKinds:withCompletionHandler:", | |
"imp": "0x1a2914fc8", | |
"type": "v32@0:8q16@?24" | |
}, | |
"enabledAutomaticDownloadMediaKindsWithCompletionHandler:": { | |
"sel": "enabledAutomaticDownloadMediaKindsWithCompletionHandler:", | |
"imp": "0x1a28fda70", | |
"type": "v24@0:8@?16" | |
}, | |
"_setEnabledAutomaticDownloadMediaKinds:withURL:bodyPlist:completionHandler:": { | |
"sel": "_setEnabledAutomaticDownloadMediaKinds:withURL:bodyPlist:completionHandler:", | |
"imp": "0x1a2915384", | |
"type": "v48@0:8q16@24@32@?40" | |
}, | |
"dialogContext": { | |
"sel": "dialogContext", | |
"imp": "0x1a2916a5c", | |
"type": "@16@0:8" | |
}, | |
"enableAutomaticDownloadForMediaKinds:withCompletionHandler:": { | |
"sel": "enableAutomaticDownloadForMediaKinds:withCompletionHandler:", | |
"imp": "0x1a2914c28", | |
"type": "v32@0:8q16@?24" | |
}, | |
"disableAutomaticDownloadForMediaKinds:withCompletionHandler:": { | |
"sel": "disableAutomaticDownloadForMediaKinds:withCompletionHandler:", | |
"imp": "0x1a2914df8", | |
"type": "v32@0:8q16@?24" | |
}, | |
"passwordSettingsWithCompletionHandler:": { | |
"sel": "passwordSettingsWithCompletionHandler:", | |
"imp": "0x1a2915a84", | |
"type": "v24@0:8@?16" | |
}, | |
"setPasswordSettings:withCompletionHandler:": { | |
"sel": "setPasswordSettings:withCompletionHandler:", | |
"imp": "0x1a2915c34", | |
"type": "v32@0:8@16@?24" | |
}, | |
"eligibilityForService:completionHandler:": { | |
"sel": "eligibilityForService:completionHandler:", | |
"imp": "0x1a291608c", | |
"type": "v32@0:8q16@?24" | |
}, | |
"touchIDState": { | |
"sel": "touchIDState", | |
"imp": "0x1a2916570", | |
"type": "q16@0:8" | |
}, | |
"setTouchIDState:withCompletionHandler:": { | |
"sel": "setTouchIDState:withCompletionHandler:", | |
"imp": "0x1a29166a4", | |
"type": "v32@0:8q16@?24" | |
} | |
}, | |
"superclass": "NSObject" | |
}, | |
"CKPurchaseResponse": { | |
"name": "CKPurchaseResponse", | |
"address": "0x1d2c38c30", | |
"class_methods": { | |
"supportsSecureCoding": { | |
"sel": "supportsSecureCoding", | |
"imp": "0x1a2917320", | |
"type": "B16@0:8" | |
} | |
}, | |
"instance_methods": { | |
"copyWithZone:": { | |
"sel": "copyWithZone:", | |
"imp": "0x1a29174cc", | |
"type": "@24@0:8^{_NSZone=}16" | |
}, | |
"encodeWithCoder:": { | |
"sel": "encodeWithCoder:", | |
"imp": "0x1a2917400", | |
"type": "v24@0:8@16" | |
}, | |
"initWithCoder:": { | |
"sel": "initWithCoder:", | |
"imp": "0x1a2917328", | |
"type": "@24@0:8@16" | |
}, | |
".cxx_destruct": { | |
"sel": ".cxx_destruct", | |
"imp": "0x1a29174f8", | |
"type": "v16@0:8" | |
}, | |
"error": { | |
"sel": "error", | |
"imp": "0x1a2917000", | |
"type": "@16@0:8" | |
}, | |
"metrics": { | |
"sel": "metrics", | |
"imp": "0x1a2917288", | |
"type": "@16@0:8" | |
}, | |
"storeClient": { | |
"sel": "storeClient", | |
"imp": "0x1a29174d0", | |
"type": "@16@0:8" | |
}, | |
"_initWithStoreClient:response:": { | |
"sel": "_initWithStoreClient:response:", | |
"imp": "0x1a2917548", | |
"type": "@32@0:8@16@24" | |
}, | |
"storeResponse": { | |
"sel": "storeResponse", | |
"imp": "0x1a29174e4", | |
"type": "@16@0:8" | |
}, | |
"downloads": { | |
"sel": "downloads", | |
"imp": "0x1a2917068", | |
"type": "@16@0:8" | |
}, | |
"setStoreClient:": { | |
"sel": "setStoreClient:", | |
"imp": "0x1a29174dc", | |
"type": "v24@0:8@16" | |
}, | |
"setStoreResponse:": { | |
"sel": "setStoreResponse:", | |
"imp": "0x1a29174f0", | |
"type": "v24@0:8@16" | |
}, | |
"_storeResponse": { | |
"sel": "_storeResponse", | |
"imp": "0x1a29175f0", | |
"type": "@16@0:8" | |
} | |
}, | |
"superclass": "NSObject" | |
}, | |
"CKAuthenticationContext": { | |
"name": "CKAuthenticationContext", | |
"address": "0x1d2c38c38", | |
"class_methods": { | |
"authenticationContextForStoreClient:": { | |
"sel": "authenticationContextForStoreClient:", | |
"imp": "0x1a29175fc", | |
"type": "@24@0:8@16" | |
} | |
}, | |
"instance_methods": { | |
"copyWithZone:": { | |
"sel": "copyWithZone:", | |
"imp": "0x1a2917b40", | |
"type": "@24@0:8^{_NSZone=}16" | |
}, | |
".cxx_destruct": { | |
"sel": ".cxx_destruct", | |
"imp": "0x1a2917c68", | |
"type": "v16@0:8" | |
}, | |
"settings": { | |
"sel": "settings", | |
"imp": "0x1a2917c54", | |
"type": "@16@0:8" | |
}, | |
"setSettings:": { | |
"sel": "setSettings:", | |
"imp": "0x1a2917c60", | |
"type": "v24@0:8@16" | |
}, | |
"initWithStoreClient:": { | |
"sel": "initWithStoreClient:", | |
"imp": "0x1a2917664", | |
"type": "@24@0:8@16" | |
}, | |
"storeClient": { | |
"sel": "storeClient", | |
"imp": "0x1a2917c34", | |
"type": "@16@0:8" | |
}, | |
"setDialogContext:": { | |
"sel": "setDialogContext:", | |
"imp": "0x1a2917c4c", | |
"type": "v24@0:8@16" | |
}, | |
"authenticateWithDialog:completionHandler:": { | |
"sel": "authenticateWithDialog:completionHandler:", | |
"imp": "0x1a29179a0", | |
"type": "v32@0:8@16@?24" | |
}, | |
"signChallenge:withCompletionHandler:": { | |
"sel": "signChallenge:withCompletionHandler:", | |
"imp": "0x1a2917728", | |
"type": "v32@0:8@16@?24" | |
}, | |
"dialogContext": { | |
"sel": "dialogContext", | |
"imp": "0x1a2917c40", | |
"type": "@16@0:8" | |
}, | |
"_signChallenge:withCaller:completionHandler:": { | |
"sel": "_signChallenge:withCaller:completionHandler:", | |
"imp": "0x1a2918ce0", | |
"type": "v40@0:8@16@24@?32" | |
}, | |
"_authenticateWithDialog:completionHandler:": { | |
"sel": "_authenticateWithDialog:completionHandler:", | |
"imp": "0x1a2917cb8", | |
"type": "v32@0:8@16@?24" | |
}, | |
"_viewControllerForAuthentication": { | |
"sel": "_viewControllerForAuthentication", | |
"imp": "0x1a2917a7c", | |
"type": "@16@0:8" | |
}, | |
"_finishAuthWithResult:error:completionHandler:": { | |
"sel": "_finishAuthWithResult:error:completionHandler:", | |
"imp": "0x1a291865c", | |
"type": "v40@0:8@16@24@?32" | |
} | |
}, | |
"superclass": "NSObject" | |
}, | |
"CKDialog": { | |
"name": "CKDialog", | |
"address": "0x1d2c38c40", | |
"class_methods": { | |
"supportsSecureCoding": { | |
"sel": "supportsSecureCoding", | |
"imp": "0x1a291947c", | |
"type": "B16@0:8" | |
}, | |
"dialogWithError:": { | |
"sel": "dialogWithError:", | |
"imp": "0x1a2918da4", | |
"type": "@24@0:8@16" | |
}, | |
"_dialogFromResponseDictionary:": { | |
"sel": "_dialogFromResponseDictionary:", | |
"imp": "0x1a2919f30", | |
"type": "@24@0:8@16" | |
} | |
}, | |
"instance_methods": { | |
"copyWithZone:": { | |
"sel": "copyWithZone:", | |
"imp": "0x1a2919b34", | |
"type": "@24@0:8^{_NSZone=}16" | |
}, | |
"description": { | |
"sel": "description", | |
"imp": "0x1a2918ec8", | |
"type": "@16@0:8" | |
}, | |
"init": { | |
"sel": "init", | |
"imp": "0x1a2918dd4", | |
"type": "@16@0:8" | |
}, | |
"encodeWithCoder:": { | |
"sel": "encodeWithCoder:", | |
"imp": "0x1a29197f8", | |
"type": "v24@0:8@16" | |
}, | |
"initWithCoder:": { | |
"sel": "initWithCoder:", | |
"imp": "0x1a2919484", | |
"type": "@24@0:8@16" | |
}, | |
".cxx_destruct": { | |
"sel": ".cxx_destruct", | |
"imp": "0x1a2919ea4", | |
"type": "v16@0:8" | |
}, | |
"helpAnchor": { | |
"sel": "helpAnchor", | |
"imp": "0x1a2919e7c", | |
"type": "@16@0:8" | |
}, | |
"kind": { | |
"sel": "kind", | |
"imp": "0x1a2919db4", | |
"type": "c16@0:8" | |
}, | |
"informativeText": { | |
"sel": "informativeText", | |
"imp": "0x1a2919ddc", | |
"type": "@16@0:8" | |
}, | |
"otherButtonTitle": { | |
"sel": "otherButtonTitle", | |
"imp": "0x1a2919e2c", | |
"type": "@16@0:8" | |
}, | |
"setInformativeText:": { | |
"sel": "setInformativeText:", | |
"imp": "0x1a2919de8", | |
"type": "v24@0:8@16" | |
}, | |
"setOtherButtonTitle:": { | |
"sel": "setOtherButtonTitle:", | |
"imp": "0x1a2919e38", | |
"type": "v24@0:8@16" | |
}, | |
"setKind:": { | |
"sel": "setKind:", | |
"imp": "0x1a2919dc0", | |
"type": "v20@0:8c16" | |
}, | |
"setMessageText:": { | |
"sel": "setMessageText:", | |
"imp": "0x1a2919dd4", | |
"type": "v24@0:8@16" | |
}, | |
"setHelpAnchor:": { | |
"sel": "setHelpAnchor:", | |
"imp": "0x1a2919e88", | |
"type": "v24@0:8@16" | |
}, | |
"setShowsHelp:": { | |
"sel": "setShowsHelp:", | |
"imp": "0x1a2919e74", | |
"type": "v20@0:8B16" | |
}, | |
"showsHelp": { | |
"sel": "showsHelp", | |
"imp": "0x1a2919e68", | |
"type": "B16@0:8" | |
}, | |
"messageText": { | |
"sel": "messageText", | |
"imp": "0x1a2919dc8", | |
"type": "@16@0:8" | |
}, | |
"defaultButton": { | |
"sel": "defaultButton", | |
"imp": "0x1a2919df0", | |
"type": "c16@0:8" | |
}, | |
"setDefaultButton:": { | |
"sel": "setDefaultButton:", | |
"imp": "0x1a2919dfc", | |
"type": "v20@0:8c16" | |
}, | |
"buttonActions": { | |
"sel": "buttonActions", | |
"imp": "0x1a2919e90", | |
"type": "@16@0:8" | |
}, | |
"setButtonActions:": { | |
"sel": "setButtonActions:", | |
"imp": "0x1a2919e98", | |
"type": "v24@0:8@16" | |
}, | |
"cancelButtonTitle": { | |
"sel": "cancelButtonTitle", | |
"imp": "0x1a2919e18", | |
"type": "@16@0:8" | |
}, | |
"setCancelButtonTitle:": { | |
"sel": "setCancelButtonTitle:", | |
"imp": "0x1a2919e24", | |
"type": "v24@0:8@16" | |
}, | |
"checkboxChecked": { | |
"sel": "checkboxChecked", | |
"imp": "0x1a2919e54", | |
"type": "B16@0:8" | |
}, | |
"setCheckboxChecked:": { | |
"sel": "setCheckboxChecked:", | |
"imp": "0x1a2919e60", | |
"type": "v20@0:8B16" | |
}, | |
"okButtonTitle": { | |
"sel": "okButtonTitle", | |
"imp": "0x1a2919e04", | |
"type": "@16@0:8" | |
}, | |
"checkboxTitle": { | |
"sel": "checkboxTitle", | |
"imp": "0x1a2919e40", | |
"type": "@16@0:8" | |
}, | |
"actionForButton:": { | |
"sel": "actionForButton:", | |
"imp": "0x1a291931c", | |
"type": "@20@0:8c16" | |
}, | |
"setOkButtonTitle:": { | |
"sel": "setOkButtonTitle:", | |
"imp": "0x1a2919e10", | |
"type": "v24@0:8@16" | |
}, | |
"setCheckboxTitle:": { | |
"sel": "setCheckboxTitle:", | |
"imp": "0x1a2919e4c", | |
"type": "v24@0:8@16" | |
}, | |
"setAction:forButton:": { | |
"sel": "setAction:forButton:", | |
"imp": "0x1a29193c4", | |
"type": "v28@0:8@16c24" | |
} | |
}, | |
"superclass": "NSObject" | |
}, | |
"_CKDAAPBuffer": { | |
"name": "_CKDAAPBuffer", | |
"address": "0x1d2c38c48", | |
"class_methods": {}, | |
"instance_methods": { | |
"init": { | |
"sel": "init", | |
"imp": "0x1a291a43c", | |
"type": "@16@0:8" | |
}, | |
"data": { | |
"sel": "data", | |
"imp": "0x1a291a7c0", | |
"type": "@16@0:8" | |
}, | |
".cxx_destruct": { | |
"sel": ".cxx_destruct", | |
"imp": "0x1a291a7f4", | |
"type": "v16@0:8" | |
}, | |
"appendHeader:size:": { | |
"sel": "appendHeader:size:", | |
"imp": "0x1a291a674", | |
"type": "q24@0:8I16I20" | |
}, | |
"appendUInt32:withCode:": { | |
"sel": "appendUInt32:withCode:", | |
"imp": "0x1a291a53c", | |
"type": "q24@0:8I16I20" | |
}, | |
"appendUInt8:withCode:": { | |
"sel": "appendUInt8:withCode:", | |
"imp": "0x1a291a4a4", | |
"type": "q24@0:8C16I20" | |
}, | |
"appendUTF8String:length:withCode:": { | |
"sel": "appendUTF8String:length:withCode:", | |
"imp": "0x1a291a724", | |
"type": "q32@0:8r*16I24I28" | |
}, | |
"appendUInt64:withCode:": { | |
"sel": "appendUInt64:withCode:", | |
"imp": "0x1a291a5d8", | |
"type": "q28@0:8Q16I24" | |
} | |
}, | |
"superclass": "NSObject" | |
}, | |
"CKRestoreDownloadsRequest": { | |
"name": "CKRestoreDownloadsRequest", | |
"address": "0x1d2c38c50", | |
"class_methods": {}, | |
"instance_methods": { | |
".cxx_destruct": { | |
"sel": ".cxx_destruct", | |
"imp": "0x1a291ab04", | |
"type": "v16@0:8" | |
}, | |
"userInitiated": { | |
"sel": "userInitiated", | |
"imp": "0x1a291aae0", | |
"type": "B16@0:8" | |
}, | |
"setUserInitiated:": { | |
"sel": "setUserInitiated:", | |
"imp": "0x1a291aaf4", | |
"type": "v20@0:8B16" | |
}, | |
"initWithArchivedFiles:": { | |
"sel": "initWithArchivedFiles:", | |
"imp": "0x1a291a800", | |
"type": "@24@0:8@16" | |
}, | |
"issueRequestForIdentifier:error:": { | |
"sel": "issueRequestForIdentifier:error:", | |
"imp": "0x1a291a8e8", | |
"type": "B32@0:8@16^@24" | |
} | |
}, | |
"superclass": "SSRequest" | |
}, | |
"CKBag": { | |
"name": "CKBag", | |
"address": "0x1d2c38c58", | |
"class_methods": { | |
"valueForKey:": { | |
"sel": "valueForKey:", | |
"imp": "0x1a291b5d4", | |
"type": "@24@0:8@16" | |
}, | |
"urlForKey:": { | |
"sel": "urlForKey:", | |
"imp": "0x1a291b540", | |
"type": "@24@0:8@16" | |
}, | |
"productionBag": { | |
"sel": "productionBag", | |
"imp": "0x1a291ab58", | |
"type": "@16@0:8" | |
}, | |
"sandboxBox": { | |
"sel": "sandboxBox", | |
"imp": "0x1a291ab98", | |
"type": "@16@0:8" | |
}, | |
"bagWithType:": { | |
"sel": "bagWithType:", | |
"imp": "0x1a291abd8", | |
"type": "@24@0:8Q16" | |
} | |
}, | |
"instance_methods": { | |
"isValid": { | |
"sel": "isValid", | |
"imp": "0x1a291b1dc", | |
"type": "B16@0:8" | |
}, | |
".cxx_destruct": { | |
"sel": ".cxx_destruct", | |
"imp": "0x1a291b768", | |
"type": "v16@0:8" | |
}, | |
"dictionary": { | |
"sel": "dictionary", | |
"imp": "0x1a291b464", | |
"type": "@16@0:8" | |
}, | |
"valueForKey:": { | |
"sel": "valueForKey:", | |
"imp": "0x1a291ad3c", | |
"type": "@24@0:8@16" | |
}, | |
"urlForKey:": { | |
"sel": "urlForKey:", | |
"imp": "0x1a291add4", | |
"type": "@24@0:8@16" | |
}, | |
"initWithStoreClient:": { | |
"sel": "initWithStoreClient:", | |
"imp": "0x1a291ac44", | |
"type": "@24@0:8@16" | |
}, | |
"initWithBagType:": { | |
"sel": "initWithBagType:", | |
"imp": "0x1a291acd8", | |
"type": "@24@0:8Q16" | |
}, | |
"storeClient": { | |
"sel": "storeClient", | |
"imp": "0x1a291b760", | |
"type": "@16@0:8" | |
}, | |
"urlIsTrusted:": { | |
"sel": "urlIsTrusted:", | |
"imp": "0x1a291ae6c", | |
"type": "B24@0:8@16" | |
}, | |
"regexWithKey:matchesString:": { | |
"sel": "regexWithKey:matchesString:", | |
"imp": "0x1a291b098", | |
"type": "B32@0:8@16@24" | |
}, | |
"sendGUIDWithURL:": { | |
"sel": "sendGUIDWithURL:", | |
"imp": "0x1a291b1e4", | |
"type": "B24@0:8@16" | |
}, | |
"storefrontURL": { | |
"sel": "storefrontURL", | |
"imp": "0x1a291b4cc", | |
"type": "@16@0:8" | |
}, | |
"loadBagAndObserveUpdatesWithHandler:": { | |
"sel": "loadBagAndObserveUpdatesWithHandler:", | |
"imp": "0x1a291b668", | |
"type": "@24@0:8@?16" | |
}, | |
"stopObservingBagWithObserver:": { | |
"sel": "stopObservingBagWithObserver:", | |
"imp": "0x1a291b758", | |
"type": "v24@0:8@16" | |
}, | |
"startUpdate": { | |
"sel": "startUpdate", | |
"imp": "0x1a291b75c", | |
"type": "v16@0:8" | |
} | |
}, | |
"superclass": "NSObject" | |
}, | |
"AMSBag_DeviceOffers": { | |
"name": "AMSBag_DeviceOffers", | |
"address": "0x1d2c38c60", | |
"class_methods": {}, | |
"instance_methods": { | |
".cxx_destruct": { | |
"sel": ".cxx_destruct", | |
"imp": "0x1a291b96c", | |
"type": "v16@0:8" | |
}, | |
"initWithStoreClient:": { | |
"sel": "initWithStoreClient:", | |
"imp": "0x1a291b774", | |
"type": "@24@0:8@16" | |
}, | |
"appleMusicDeviceOfferDeepLink": { | |
"sel": "appleMusicDeviceOfferDeepLink", | |
"imp": "0x1a291b7f0", | |
"type": "@16@0:8" | |
}, | |
"iCloudDeviceOfferDeepLink": { | |
"sel": "iCloudDeviceOfferDeepLink", | |
"imp": "0x1a291b8a4", | |
"type": "@16@0:8" | |
}, | |
"storeClient": { | |
"sel": "storeClient", | |
"imp": "0x1a291b958", | |
"type": "@16@0:8" | |
}, | |
"setStoreClient:": { | |
"sel": "setStoreClient:", | |
"imp": "0x1a291b960", | |
"type": "v24@0:8@16" | |
} | |
}, | |
"superclass": "NSObject" | |
}, | |
"CKItem": { | |
"name": "CKItem", | |
"address": "0x1d2c38c68", | |
"class_methods": {}, | |
"instance_methods": { | |
"description": { | |
"sel": "description", | |
"imp": "0x1a291bc24", | |
"type": "@16@0:8" | |
}, | |
".cxx_destruct": { | |
"sel": ".cxx_destruct", | |
"imp": "0x1a291c05c", | |
"type": "v16@0:8" | |
}, | |
"bundleIdentifier": { | |
"sel": "bundleIdentifier", | |
"imp": "0x1a291bd70", | |
"type": "@16@0:8" | |
}, | |
"bundleVersion": { | |
"sel": "bundleVersion", | |
"imp": "0x1a291bd84", | |
"type": "@16@0:8" | |
}, | |
"valueForProperty:": { | |
"sel": "valueForProperty:", | |
"imp": "0x1a291bb88", | |
"type": "@24@0:8@16" | |
}, | |
"developerName": { | |
"sel": "developerName", | |
"imp": "0x1a291b978", | |
"type": "@16@0:8" | |
}, | |
"releaseDate": { | |
"sel": "releaseDate", | |
"imp": "0x1a291bdbc", | |
"type": "@16@0:8" | |
}, | |
"itemKind": { | |
"sel": "itemKind", | |
"imp": "0x1a291ba04", | |
"type": "@16@0:8" | |
}, | |
"numberOfUserRatings": { | |
"sel": "numberOfUserRatings", | |
"imp": "0x1a291bb00", | |
"type": "q16@0:8" | |
}, | |
"buyParameters": { | |
"sel": "buyParameters", | |
"imp": "0x1a291bc14", | |
"type": "@16@0:8" | |
}, | |
"collectionName": { | |
"sel": "collectionName", | |
"imp": "0x1a291bd98", | |
"type": "@16@0:8" | |
}, | |
"mediaKind": { | |
"sel": "mediaKind", | |
"imp": "0x1a291bdac", | |
"type": "@16@0:8" | |
}, | |
"ITunesStoreIdentifier": { | |
"sel": "ITunesStoreIdentifier", | |
"imp": "0x1a291ba90", | |
"type": "@16@0:8" | |
}, | |
"averageUserRating": { | |
"sel": "averageUserRating", | |
"imp": "0x1a291b98c", | |
"type": "f16@0:8" | |
}, | |
"itemTitle": { | |
"sel": "itemTitle", | |
"imp": "0x1a291ba7c", | |
"type": "@16@0:8" | |
}, | |
"thumbnailImages": { | |
"sel": "thumbnailImages", | |
"imp": "0x1a291bb74", | |
"type": "@16@0:8" | |
}, | |
"viewItemURL": { | |
"sel": "viewItemURL", | |
"imp": "0x1a291bb98", | |
"type": "@16@0:8" | |
}, | |
"priceDisplay": { | |
"sel": "priceDisplay", | |
"imp": "0x1a291bc1c", | |
"type": "@16@0:8" | |
}, | |
"initWithItemDictionary:": { | |
"sel": "initWithItemDictionary:", | |
"imp": "0x1a291bcec", | |
"type": "@24@0:8@16" | |
}, | |
"rawItemDictionary": { | |
"sel": "rawItemDictionary", | |
"imp": "0x1a291bdb4", | |
"type": "@16@0:8" | |
}, | |
"sendGiftURL": { | |
"sel": "sendGiftURL", | |
"imp": "0x1a291bec8", | |
"type": "@16@0:8" | |
}, | |
"viewReviewsURL": { | |
"sel": "viewReviewsURL", | |
"imp": "0x1a291bf6c", | |
"type": "@16@0:8" | |
}, | |
"_tellAFriendDictionary": { | |
"sel": "_tellAFriendDictionary", | |
"imp": "0x1a291bfe8", | |
"type": "@16@0:8" | |
} | |
}, | |
"superclass": "NSObject" | |
}, | |
"CKItemArtworkImage": { | |
"name": "CKItemArtworkImage", | |
"address": "0x1d2c38c70", | |
"class_methods": {}, | |
"instance_methods": { | |
"isEqual:": { | |
"sel": "isEqual:", | |
"imp": "0x1a291c148", | |
"type": "B24@0:8@16" | |
}, | |
"hash": { | |
"sel": "hash", | |
"imp": "0x1a291c138", | |
"type": "Q16@0:8" | |
}, | |
"description": { | |
"sel": "description", | |
"imp": "0x1a291c068", | |
"type": "@16@0:8" | |
}, | |
".cxx_destruct": { | |
"sel": ".cxx_destruct", | |
"imp": "0x1a291c428", | |
"type": "v16@0:8" | |
}, | |
"URL": { | |
"sel": "URL", | |
"imp": "0x1a291c418", | |
"type": "@16@0:8" | |
}, | |
"width": { | |
"sel": "width", | |
"imp": "0x1a291c420", | |
"type": "q16@0:8" | |
}, | |
"height": { | |
"sel": "height", | |
"imp": "0x1a291c408", | |
"type": "q16@0:8" | |
}, | |
"initWithArtworkDictionary:": { | |
"sel": "initWithArtworkDictionary:", | |
"imp": "0x1a291c1e8", | |
"type": "@24@0:8@16" | |
}, | |
"imageKind": { | |
"sel": "imageKind", | |
"imp": "0x1a291c410", | |
"type": "@16@0:8" | |
} | |
}, | |
"superclass": "NSObject" | |
}, | |
"SSURLRequestProperties": { | |
"name": "SSURLRequestProperties", | |
"address": "0x1d2c38c78", | |
"class_methods": {}, | |
"instance_methods": { | |
"copyWithZone:": { | |
"sel": "copyWithZone:", | |
"imp": "0x1a291ce80", | |
"type": "@24@0:8^{_NSZone=}16" | |
}, | |
"init": { | |
"sel": "init", | |
"imp": "0x1a291c8e8", | |
"type": "@16@0:8" | |
}, | |
"mutableCopyWithZone:": { | |
"sel": "mutableCopyWithZone:", | |
"imp": "0x1a291ce84", | |
"type": "@24@0:8^{_NSZone=}16" | |
}, | |
"encodeWithCoder:": { | |
"sel": "encodeWithCoder:", | |
"imp": "0x1a291ca40", | |
"type": "v24@0:8@16" | |
}, | |
"initWithCoder:": { | |
"sel": "initWithCoder:", | |
"imp": "0x1a291cc14", | |
"type": "@24@0:8@16" | |
}, | |
".cxx_destruct": { | |
"sel": ".cxx_destruct", | |
"imp": "0x1a291d1f4", | |
"type": "v16@0:8" | |
}, | |
"URL": { | |
"sel": "URL", | |
"imp": "0x1a291d1c8", | |
"type": "@16@0:8" | |
}, | |
"HTTPBody": { | |
"sel": "HTTPBody", | |
"imp": "0x1a291d0c4", | |
"type": "@16@0:8" | |
}, | |
"HTTPMethod": { | |
"sel": "HTTPMethod", | |
"imp": "0x1a291d11c", | |
"type": "@16@0:8" | |
}, | |
"cachePolicy": { | |
"sel": "cachePolicy", | |
"imp": "0x1a291cfe8", | |
"type": "Q16@0:8" | |
}, | |
"timeoutInterval": { | |
"sel": "timeoutInterval", | |
"imp": "0x1a291d194", | |
"type": "d16@0:8" | |
}, | |
"clientIdentifier": { | |
"sel": "clientIdentifier", | |
"imp": "0x1a291cff0", | |
"type": "@16@0:8" | |
}, | |
"requestParameters": { | |
"sel": "requestParameters", | |
"imp": "0x1a291d168", | |
"type": "@16@0:8" | |
}, | |
"HTTPHeaders": { | |
"sel": "HTTPHeaders", | |
"imp": "0x1a291d0f0", | |
"type": "@16@0:8" | |
}, | |
"_initCommon": { | |
"sel": "_initCommon", | |
"imp": "0x1a291c8b0", | |
"type": "@16@0:8" | |
}, | |
"isITunesStoreRequest": { | |
"sel": "isITunesStoreRequest", | |
"imp": "0x1a291d148", | |
"type": "B16@0:8" | |
}, | |
"initWithURLRequest:": { | |
"sel": "initWithURLRequest:", | |
"imp": "0x1a291c8f8", | |
"type": "@24@0:8@16" | |
}, | |
"allowedRetryCount": { | |
"sel": "allowedRetryCount", | |
"imp": "0x1a291cfe0", | |
"type": "q16@0:8" | |
}, | |
"copyURLRequest": { | |
"sel": "copyURLRequest", | |
"imp": "0x1a291d01c", | |
"type": "@16@0:8" | |
}, | |
"URLBagKey": { | |
"sel": "URLBagKey", | |
"imp": "0x1a291d19c", | |
"type": "@16@0:8" | |
} | |
}, | |
"superclass": "NSObject" | |
}, | |
"SSMutableURLRequestProperties": { | |
"name": "SSMutableURLRequestProperties", | |
"address": "0x1d2c38c80", | |
"class_methods": {}, | |
"instance_methods": { | |
"copyWithZone:": { | |
"sel": "copyWithZone:", | |
"imp": "0x1a291d274", | |
"type": "@24@0:8^{_NSZone=}16" | |
}, | |
"setURL:": { | |
"sel": "setURL:", | |
"imp": "0x1a291d4f8", | |
"type": "v24@0:8@16" | |
}, | |
"setHTTPMethod:": { | |
"sel": "setHTTPMethod:", | |
"imp": "0x1a291d3bc", | |
"type": "v24@0:8@16" | |
}, | |
"setValue:forHTTPHeaderField:": { | |
"sel": "setValue:forHTTPHeaderField:", | |
"imp": "0x1a291d55c", | |
"type": "v32@0:8@16@24" | |
}, | |
"setHTTPBody:": { | |
"sel": "setHTTPBody:", | |
"imp": "0x1a291d2f4", | |
"type": "v24@0:8@16" | |
}, | |
"setCachePolicy:": { | |
"sel": "setCachePolicy:", | |
"imp": "0x1a291d288", | |
"type": "v24@0:8Q16" | |
}, | |
"setTimeoutInterval:": { | |
"sel": "setTimeoutInterval:", | |
"imp": "0x1a291d48c", | |
"type": "v24@0:8d16" | |
}, | |
"setClientIdentifier:": { | |
"sel": "setClientIdentifier:", | |
"imp": "0x1a291d290", | |
"type": "v24@0:8@16" | |
}, | |
"setRequestParameters:": { | |
"sel": "setRequestParameters:", | |
"imp": "0x1a291d428", | |
"type": "v24@0:8@16" | |
}, | |
"setHTTPHeaders:": { | |
"sel": "setHTTPHeaders:", | |
"imp": "0x1a291d358", | |
"type": "v24@0:8@16" | |
}, | |
"setITunesStoreRequest:": { | |
"sel": "setITunesStoreRequest:", | |
"imp": "0x1a291d420", | |
"type": "v20@0:8B16" | |
}, | |
"setAllowedRetryCount:": { | |
"sel": "setAllowedRetryCount:", | |
"imp": "0x1a291d280", | |
"type": "v24@0:8q16" | |
}, | |
"setURLBagKey:": { | |
"sel": "setURLBagKey:", | |
"imp": "0x1a291d494", | |
"type": "v24@0:8@16" | |
}, | |
"setValue:forRequestParameter:": { | |
"sel": "setValue:forRequestParameter:", | |
"imp": "0x1a291d644", | |
"type": "v32@0:8@16@24" | |
} | |
}, | |
"superclass": "SSURLRequestProperties" | |
}, | |
"CKPurchaseQueue": { | |
"name": "CKPurchaseQueue", | |
"address": "0x1d2c38c88", | |
"class_methods": { | |
"purchaseQueueForIdentifier:": { | |
"sel": "purchaseQueueForIdentifier:", | |
"imp": "0x1a291d72c", | |
"type": "@24@0:8@16" | |
}, | |
"_cancelTransactionWithResumeData:": { | |
"sel": "_cancelTransactionWithResumeData:", | |
"imp": "0x1a291e0dc", | |
"type": "v24@0:8@16" | |
}, | |
"_resumeTransactionWithResumeData:storeResponse:": { | |
"sel": "_resumeTransactionWithResumeData:storeResponse:", | |
"imp": "0x1a291e160", | |
"type": "v32@0:8@16@24" | |
} | |
}, | |
"instance_methods": { | |
"setDelegate:": { | |
"sel": "setDelegate:", | |
"imp": "0x1a291da20", | |
"type": "v24@0:8@16" | |
}, | |
".cxx_destruct": { | |
"sel": ".cxx_destruct", | |
"imp": "0x1a291e08c", | |
"type": "v16@0:8" | |
}, | |
"identifier": { | |
"sel": "identifier", | |
"imp": "0x1a291e06c", | |
"type": "@16@0:8" | |
}, | |
"_initWithIdentifier:": { | |
"sel": "_initWithIdentifier:", | |
"imp": "0x1a291d8a8", | |
"type": "@24@0:8@16" | |
}, | |
"transactions": { | |
"sel": "transactions", | |
"imp": "0x1a291d874", | |
"type": "@16@0:8" | |
}, | |
"_updateTransactions:": { | |
"sel": "_updateTransactions:", | |
"imp": "0x1a291e200", | |
"type": "v24@0:8@16" | |
}, | |
"setDialogContext:": { | |
"sel": "setDialogContext:", | |
"imp": "0x1a291d948", | |
"type": "v24@0:8@16" | |
}, | |
"setDelegateWrapper:": { | |
"sel": "setDelegateWrapper:", | |
"imp": "0x1a291e084", | |
"type": "v24@0:8@16" | |
}, | |
"delegateWrapper": { | |
"sel": "delegateWrapper", | |
"imp": "0x1a291e078", | |
"type": "@16@0:8" | |
}, | |
"addPurchases:": { | |
"sel": "addPurchases:", | |
"imp": "0x1a291dce0", | |
"type": "@24@0:8@16" | |
}, | |
"addTransactionObserver:": { | |
"sel": "addTransactionObserver:", | |
"imp": "0x1a291daac", | |
"type": "@24@0:8@16" | |
}, | |
"removeTransactionObserver:": { | |
"sel": "removeTransactionObserver:", | |
"imp": "0x1a291db4c", | |
"type": "v24@0:8@16" | |
}, | |
"addPurchase:": { | |
"sel": "addPurchase:", | |
"imp": "0x1a291dbd8", | |
"type": "@24@0:8@16" | |
}, | |
"cancelTransaction:": { | |
"sel": "cancelTransaction:", | |
"imp": "0x1a291e064", | |
"type": "v24@0:8@16" | |
}, | |
"cancelTransactionGroup:": { | |
"sel": "cancelTransactionGroup:", | |
"imp": "0x1a291e068", | |
"type": "v24@0:8@16" | |
} | |
}, | |
"superclass": "NSObject" | |
}, | |
"_CKPurchaseQueueDelegateWrapper": { | |
"name": "_CKPurchaseQueueDelegateWrapper", | |
"address": "0x1d2c38c90", | |
"class_methods": {}, | |
"instance_methods": { | |
".cxx_destruct": { | |
"sel": ".cxx_destruct", | |
"imp": "0x1a291e454", | |
"type": "v16@0:8" | |
}, | |
"purchaseQueue:dialogContextForTransaction:": { | |
"sel": "purchaseQueue:dialogContextForTransaction:", | |
"imp": "0x1a291e43c", | |
"type": "@32@0:8@16@24" | |
}, | |
"dialogContext": { | |
"sel": "dialogContext", | |
"imp": "0x1a291e448", | |
"type": "@16@0:8" | |
}, | |
"initWithDialogContext:": { | |
"sel": "initWithDialogContext:", | |
"imp": "0x1a291e3c0", | |
"type": "@24@0:8@16" | |
} | |
}, | |
"superclass": "NSObject" | |
}, | |
"CKAnalytics": { | |
"name": "CKAnalytics", | |
"address": "0x1d2c38c98", | |
"class_methods": { | |
"sharedInstance": { | |
"sel": "sharedInstance", | |
"imp": "0x1a291e460", | |
"type": "@16@0:8" | |
}, | |
"reportForCategory:payload:": { | |
"sel": "reportForCategory:payload:", | |
"imp": "0x1a291e4f4", | |
"type": "v28@0:8S16@20" | |
} | |
}, | |
"instance_methods": { | |
"init": { | |
"sel": "init", | |
"imp": "0x1a291e57c", | |
"type": "@16@0:8" | |
}, | |
".cxx_destruct": { | |
"sel": ".cxx_destruct", | |
"imp": "0x1a291f014", | |
"type": "v16@0:8" | |
}, | |
"dispatchQueue": { | |
"sel": "dispatchQueue", | |
"imp": "0x1a291efe8", | |
"type": "@16@0:8" | |
}, | |
"_isNetworkReachable": { | |
"sel": "_isNetworkReachable", | |
"imp": "0x1a291ee4c", | |
"type": "B16@0:8" | |
}, | |
"_reportForCategory:payload:": { | |
"sel": "_reportForCategory:payload:", | |
"imp": "0x1a291e614", | |
"type": "v28@0:8S16@20" | |
}, | |
"_retrieveCategoryName:": { | |
"sel": "_retrieveCategoryName:", | |
"imp": "0x1a291eec0", | |
"type": "@20@0:8S16" | |
}, | |
"payloadArray": { | |
"sel": "payloadArray", | |
"imp": "0x1a291eff4", | |
"type": "@16@0:8" | |
}, | |
"activeRTCReportingSession": { | |
"sel": "activeRTCReportingSession", | |
"imp": "0x1a291f000", | |
"type": "@16@0:8" | |
}, | |
"_createRTCReportingSessionAndSend": { | |
"sel": "_createRTCReportingSessionAndSend", | |
"imp": "0x1a291e8d8", | |
"type": "@16@0:8" | |
}, | |
"setActiveRTCReportingSession:": { | |
"sel": "setActiveRTCReportingSession:", | |
"imp": "0x1a291f00c", | |
"type": "v24@0:8@16" | |
} | |
}, | |
"superclass": "NSObject" | |
}, | |
"CKClientDispatch": { | |
"name": "CKClientDispatch", | |
"address": "0x1d2c38ca0", | |
"class_methods": { | |
"sharedInstance": { | |
"sel": "sharedInstance", | |
"imp": "0x1a291f070", | |
"type": "@16@0:8" | |
} | |
}, | |
"instance_methods": { | |
"dealloc": { | |
"sel": "dealloc", | |
"imp": "0x1a291f100", | |
"type": "v16@0:8" | |
}, | |
"init": { | |
"sel": "init", | |
"imp": "0x1a291f0c8", | |
"type": "@16@0:8" | |
}, | |
".cxx_destruct": { | |
"sel": ".cxx_destruct", | |
"imp": "0x1a291f6cc", | |
"type": "v16@0:8" | |
}, | |
"_sendMessage:replyQueue:replyBlock:": { | |
"sel": "_sendMessage:replyQueue:replyBlock:", | |
"imp": "0x1a291f064", | |
"type": "v40@0:8@16@24@?32" | |
}, | |
"_sendMessage:callbackQueue:callbackBlock:": { | |
"sel": "_sendMessage:callbackQueue:callbackBlock:", | |
"imp": "0x1a291f068", | |
"type": "@40@0:8@16@24@?32" | |
}, | |
"invokeSelector:ofClass:": { | |
"sel": "invokeSelector:ofClass:", | |
"imp": "0x1a291f138", | |
"type": "v32@0:8@16@24" | |
}, | |
"invokeSelector:ofClass:withObject:": { | |
"sel": "invokeSelector:ofClass:withObject:", | |
"imp": "0x1a291f218", | |
"type": "v40@0:8@16@24@32" | |
}, | |
"invokeSelector:ofClass:replyQueue:replyBlock:": { | |
"sel": "invokeSelector:ofClass:replyQueue:replyBlock:", | |
"imp": "0x1a291f310", | |
"type": "v48@0:8@16@24@32@?40" | |
}, | |
"invokeSelector:ofClass:withObject:replyQueue:replyBlock:": { | |
"sel": "invokeSelector:ofClass:withObject:replyQueue:replyBlock:", | |
"imp": "0x1a291f3f0", | |
"type": "v56@0:8@16@24@32@40@?48" | |
}, | |
"invokeSelector:ofClass:withObject:callbackQueue:callbackBlock:": { | |
"sel": "invokeSelector:ofClass:withObject:callbackQueue:callbackBlock:", | |
"imp": "0x1a291f4e8", | |
"type": "@56@0:8@16@24@32@40@?48" | |
}, | |
"_syncInvokeSelector:ofClass:withObject:": { | |
"sel": "_syncInvokeSelector:ofClass:withObject:", | |
"imp": "0x1a291f5d8", | |
"type": "@40@0:8@16@24@32" | |
}, | |
"cancelCallback:": { | |
"sel": "cancelCallback:", | |
"imp": "0x1a291f6c8", | |
"type": "v24@0:8@16" | |
} | |
}, | |
"superclass": "NSObject" | |
}, | |
"CKServiceInterface": { | |
"name": "CKServiceInterface", | |
"address": "0x1d2c38ca8", | |
"class_methods": {}, | |
"instance_methods": {}, | |
"superclass": "ISServiceProxy" | |
}, | |
"CKPushNotificationManager": { | |
"name": "CKPushNotificationManager", | |
"address": "0x1d2c38cb0", | |
"class_methods": { | |
"sharedManager": { | |
"sel": "sharedManager", | |
"imp": "0x1a291f734", | |
"type": "@16@0:8" | |
}, | |
"pushNotificationManagerForStoreClient:": { | |
"sel": "pushNotificationManagerForStoreClient:", | |
"imp": "0x1a291f7b4", | |
"type": "@24@0:8@16" | |
} | |
}, | |
"instance_methods": { | |
"delegate": { | |
"sel": "delegate", | |
"imp": "0x1a2920864", | |
"type": "@16@0:8" | |
}, | |
"setDelegate:": { | |
"sel": "setDelegate:", | |
"imp": "0x1a2920890", | |
"type": "v24@0:8@16" | |
}, | |
".cxx_destruct": { | |
"sel": ".cxx_destruct", | |
"imp": "0x1a29208a4", | |
"type": "v16@0:8" | |
}, | |
"start": { | |
"sel": "start", | |
"imp": "0x1a291fe98", | |
"type": "B16@0:8" | |
}, | |
"stop": { | |
"sel": "stop", | |
"imp": "0x1a2920190", | |
"type": "B16@0:8" | |
}, | |
"initWithStoreClient:": { | |
"sel": "initWithStoreClient:", | |
"imp": "0x1a291f81c", | |
"type": "@24@0:8@16" | |
}, | |
"storeClient": { | |
"sel": "storeClient", | |
"imp": "0x1a292089c", | |
"type": "@16@0:8" | |
}, | |
"_sendSuccessToDelegate": { | |
"sel": "_sendSuccessToDelegate", | |
"imp": "0x1a29206d8", | |
"type": "v16@0:8" | |
}, | |
"_sendErrorToDelegate:": { | |
"sel": "_sendErrorToDelegate:", | |
"imp": "0x1a29205ec", | |
"type": "v24@0:8@16" | |
}, | |
"registerDeviceTokenWithCompletionHandler:": { | |
"sel": "registerDeviceTokenWithCompletionHandler:", | |
"imp": "0x1a291f8ac", | |
"type": "v24@0:8@?16" | |
}, | |
"enableAutoDownloadWithCompletionHandler:": { | |
"sel": "enableAutoDownloadWithCompletionHandler:", | |
"imp": "0x1a291fc3c", | |
"type": "v24@0:8@?16" | |
}, | |
"disableAutoDownloadWithCompletionHandler:": { | |
"sel": "disableAutoDownloadWithCompletionHandler:", | |
"imp": "0x1a291ff34", | |
"type": "v24@0:8@?16" | |
}, | |
"enableAutoDownloadAtSignInWithCompletionHandler:": { | |
"sel": "enableAutoDownloadAtSignInWithCompletionHandler:", | |
"imp": "0x1a292022c", | |
"type": "v24@0:8@?16" | |
}, | |
"disableAutoDownloadAtSignOutWithCompletionHandler:": { | |
"sel": "disableAutoDownloadAtSignOutWithCompletionHandler:", | |
"imp": "0x1a29202e8", | |
"type": "v24@0:8@?16" | |
}, | |
"isRegisteredForAccount:andMask:": { | |
"sel": "isRegisteredForAccount:andMask:", | |
"imp": "0x1a29203b4", | |
"type": "B32@0:8@16q24" | |
}, | |
"registerPushToken": { | |
"sel": "registerPushToken", | |
"imp": "0x1a291f8cc", | |
"type": "B16@0:8" | |
}, | |
"getEnabledMedaTypesWithCompletionHandler:": { | |
"sel": "getEnabledMedaTypesWithCompletionHandler:", | |
"imp": "0x1a291f968", | |
"type": "v24@0:8@?16" | |
}, | |
"checkEnabledMediaTypes": { | |
"sel": "checkEnabledMediaTypes", | |
"imp": "0x1a291fae0", | |
"type": "B16@0:8" | |
}, | |
"startAtSignIn": { | |
"sel": "startAtSignIn", | |
"imp": "0x1a292024c", | |
"type": "B16@0:8" | |
}, | |
"stopAtSignOut": { | |
"sel": "stopAtSignOut", | |
"imp": "0x1a2920308", | |
"type": "B16@0:8" | |
}, | |
"isRegisteredForAccount:": { | |
"sel": "isRegisteredForAccount:", | |
"imp": "0x1a29203a4", | |
"type": "B24@0:8@16" | |
}, | |
"_sendChangedToDelegate": { | |
"sel": "_sendChangedToDelegate", | |
"imp": "0x1a2920790", | |
"type": "v16@0:8" | |
} | |
}, | |
"superclass": "NSObject" | |
}, | |
"CKStoreResponse": { | |
"name": "CKStoreResponse", | |
"address": "0x1d2c38cb8", | |
"class_methods": { | |
"supportsSecureCoding": { | |
"sel": "supportsSecureCoding", | |
"imp": "0x1a28f76bc", | |
"type": "B16@0:8" | |
} | |
}, | |
"instance_methods": { | |
"copyWithZone:": { | |
"sel": "copyWithZone:", | |
"imp": "0x1a2920db4", | |
"type": "@24@0:8^{_NSZone=}16" | |
}, | |
"encodeWithCoder:": { | |
"sel": "encodeWithCoder:", | |
"imp": "0x1a2920c8c", | |
"type": "v24@0:8@16" | |
}, | |
"initWithCoder:": { | |
"sel": "initWithCoder:", | |
"imp": "0x1a28f76c4", | |
"type": "@24@0:8@16" | |
}, | |
".cxx_destruct": { | |
"sel": ".cxx_destruct", | |
"imp": "0x1a28f8cd0", | |
"type": "v16@0:8" | |
}, | |
"error": { | |
"sel": "error", | |
"imp": "0x1a28f7b18", | |
"type": "@16@0:8" | |
}, | |
"action": { | |
"sel": "action", | |
"imp": "0x1a2920b84", | |
"type": "@16@0:8" | |
}, | |
"status": { | |
"sel": "status", | |
"imp": "0x1a29209f4", | |
"type": "q16@0:8" | |
}, | |
"body": { | |
"sel": "body", | |
"imp": "0x1a28f7e94", | |
"type": "@16@0:8" | |
}, | |
"bodyPlist": { | |
"sel": "bodyPlist", | |
"imp": "0x1a28f7ccc", | |
"type": "@16@0:8" | |
}, | |
"headers": { | |
"sel": "headers", | |
"imp": "0x1a28f7e9c", | |
"type": "@16@0:8" | |
}, | |
"dialog": { | |
"sel": "dialog", | |
"imp": "0x1a2920a7c", | |
"type": "@16@0:8" | |
}, | |
"_initWithURLResponse:body:": { | |
"sel": "_initWithURLResponse:body:", | |
"imp": "0x1a29208e4", | |
"type": "@32@0:8@16@24" | |
} | |
}, | |
"superclass": "NSObject" | |
}, | |
"CKStoreAccountPasswordSettings": { | |
"name": "CKStoreAccountPasswordSettings", | |
"address": "0x1d2c38cc0", | |
"class_methods": { | |
"supportsSecureCoding": { | |
"sel": "supportsSecureCoding", | |
"imp": "0x1a2920e94", | |
"type": "B16@0:8" | |
} | |
}, | |
"instance_methods": { | |
"copyWithZone:": { | |
"sel": "copyWithZone:", | |
"imp": "0x1a29210ac", | |
"type": "@24@0:8^{_NSZone=}16" | |
}, | |
"isEqual:": { | |
"sel": "isEqual:", | |
"imp": "0x1a2920db8", | |
"type": "B24@0:8@16" | |
}, | |
"encodeWithCoder:": { | |
"sel": "encodeWithCoder:", | |
"imp": "0x1a2920fa4", | |
"type": "v24@0:8@16" | |
}, | |
"initWithCoder:": { | |
"sel": "initWithCoder:", | |
"imp": "0x1a2920e9c", | |
"type": "@24@0:8@16" | |
}, | |
"free": { | |
"sel": "free", | |
"imp": "0x1a2921150", | |
"type": "C16@0:8" | |
}, | |
"paid": { | |
"sel": "paid", | |
"imp": "0x1a2921140", | |
"type": "C16@0:8" | |
}, | |
"setFree:": { | |
"sel": "setFree:", | |
"imp": "0x1a2921158", | |
"type": "v20@0:8C16" | |
}, | |
"setPaid:": { | |
"sel": "setPaid:", | |
"imp": "0x1a2921148", | |
"type": "v20@0:8C16" | |
} | |
}, | |
"superclass": "NSObject" | |
}, | |
"SSRemoteNotification": { | |
"name": "SSRemoteNotification", | |
"address": "0x1d2c38cc8", | |
"class_methods": {}, | |
"instance_methods": { | |
".cxx_destruct": { | |
"sel": ".cxx_destruct", | |
"imp": "0x1a2921840", | |
"type": "v16@0:8" | |
}, | |
"valueForKey:": { | |
"sel": "valueForKey:", | |
"imp": "0x1a2921718", | |
"type": "@24@0:8@16" | |
}, | |
"badgeValue": { | |
"sel": "badgeValue", | |
"imp": "0x1a29215a8", | |
"type": "@16@0:8" | |
}, | |
"actionType": { | |
"sel": "actionType", | |
"imp": "0x1a29211e4", | |
"type": "q16@0:8" | |
}, | |
"_valueForAlertKey:": { | |
"sel": "_valueForAlertKey:", | |
"imp": "0x1a2921730", | |
"type": "@24@0:8@16" | |
}, | |
"initWithNotificationUserInfo:": { | |
"sel": "initWithNotificationUserInfo:", | |
"imp": "0x1a2921160", | |
"type": "@24@0:8@16" | |
}, | |
"targetDSID": { | |
"sel": "targetDSID", | |
"imp": "0x1a2921290", | |
"type": "@16@0:8" | |
}, | |
"alertBodyString": { | |
"sel": "alertBodyString", | |
"imp": "0x1a2921318", | |
"type": "@16@0:8" | |
}, | |
"alertCancelString": { | |
"sel": "alertCancelString", | |
"imp": "0x1a2921458", | |
"type": "@16@0:8" | |
}, | |
"alertOKString": { | |
"sel": "alertOKString", | |
"imp": "0x1a29214c8", | |
"type": "@16@0:8" | |
}, | |
"alertTitleString": { | |
"sel": "alertTitleString", | |
"imp": "0x1a2921538", | |
"type": "@16@0:8" | |
}, | |
"soundFileName": { | |
"sel": "soundFileName", | |
"imp": "0x1a292164c", | |
"type": "@16@0:8" | |
}, | |
"notificationUserInfo": { | |
"sel": "notificationUserInfo", | |
"imp": "0x1a2921728", | |
"type": "@16@0:8" | |
} | |
}, | |
"superclass": "NSObject" | |
}, | |
"CKExtensionSearchController": { | |
"name": "CKExtensionSearchController", | |
"address": "0x1d2c38cd0", | |
"class_methods": { | |
"urlToSearchForExtensionsWithIdentifier:completion:": { | |
"sel": "urlToSearchForExtensionsWithIdentifier:completion:", | |
"imp": "0x1a292184c", | |
"type": "v32@0:8@16@?24" | |
} | |
}, | |
"instance_methods": {}, | |
"superclass": "NSObject" | |
}, | |
"CKItemLookupResponse": { | |
"name": "CKItemLookupResponse", | |
"address": "0x1d2c38cd8", | |
"class_methods": {}, | |
"instance_methods": { | |
".cxx_destruct": { | |
"sel": ".cxx_destruct", | |
"imp": "0x1a28fed14", | |
"type": "v16@0:8" | |
}, | |
"initWithDictionary:": { | |
"sel": "initWithDictionary:", | |
"imp": "0x1a28fec80", | |
"type": "@24@0:8@16" | |
}, | |
"responseCount": { | |
"sel": "responseCount", | |
"imp": "0x1a2921bc4", | |
"type": "Q16@0:8" | |
}, | |
"resultDictionary": { | |
"sel": "resultDictionary", | |
"imp": "0x1a28fecfc", | |
"type": "@16@0:8" | |
} | |
}, | |
"superclass": "NSObject" | |
}, | |
"CKSigningSession": { | |
"name": "CKSigningSession", | |
"address": "0x1d2c38ce0", | |
"class_methods": { | |
"signJavaScriptString:": { | |
"sel": "signJavaScriptString:", | |
"imp": "0x1a2921c30", | |
"type": "@24@0:8@16" | |
} | |
}, | |
"instance_methods": { | |
"dealloc": { | |
"sel": "dealloc", | |
"imp": "0x1a2921da0", | |
"type": "v16@0:8" | |
}, | |
".cxx_destruct": { | |
"sel": ".cxx_destruct", | |
"imp": "0x1a29227e0", | |
"type": "v16@0:8" | |
}, | |
"signData:error:": { | |
"sel": "signData:error:", | |
"imp": "0x1a29223c0", | |
"type": "@32@0:8@16^@24" | |
}, | |
"sessionToken": { | |
"sel": "sessionToken", | |
"imp": "0x1a29227cc", | |
"type": "@16@0:8" | |
}, | |
"setSessionToken:": { | |
"sel": "setSessionToken:", | |
"imp": "0x1a29227d4", | |
"type": "v24@0:8@16" | |
}, | |
"isSessionOpen": { | |
"sel": "isSessionOpen", | |
"imp": "0x1a2921df0", | |
"type": "B16@0:8" | |
}, | |
"initWithStoreClient:": { | |
"sel": "initWithStoreClient:", | |
"imp": "0x1a2921d24", | |
"type": "@24@0:8@16" | |
}, | |
"storeClient": { | |
"sel": "storeClient", | |
"imp": "0x1a29227c4", | |
"type": "@16@0:8" | |
}, | |
"closeSession": { | |
"sel": "closeSession", | |
"imp": "0x1a29222b4", | |
"type": "v16@0:8" | |
}, | |
"openSessionWithCompletionHandler:": { | |
"sel": "openSessionWithCompletionHandler:", | |
"imp": "0x1a2921e80", | |
"type": "v24@0:8@?16" | |
}, | |
"openPrimedSessionWithCompletionHandler:": { | |
"sel": "openPrimedSessionWithCompletionHandler:", | |
"imp": "0x1a2922098", | |
"type": "v24@0:8@?16" | |
}, | |
"processSignature:": { | |
"sel": "processSignature:", | |
"imp": "0x1a29226b8", | |
"type": "v24@0:8@16" | |
} | |
}, | |
"superclass": "NSObject" | |
}, | |
"CKDaemonPreferencesController": { | |
"name": "CKDaemonPreferencesController", | |
"address": "0x1d2c38ce8", | |
"class_methods": { | |
"sharedInstance": { | |
"sel": "sharedInstance", | |
"imp": "0x1a2922824", | |
"type": "@16@0:8" | |
} | |
}, | |
"instance_methods": { | |
"postPreferencesChangedNotification": { | |
"sel": "postPreferencesChangedNotification", | |
"imp": "0x1a2922970", | |
"type": "v16@0:8" | |
}, | |
"_preferencesChanged:": { | |
"sel": "_preferencesChanged:", | |
"imp": "0x1a2922a34", | |
"type": "v24@0:8@16" | |
}, | |
"startObservingPreferenceChanges": { | |
"sel": "startObservingPreferenceChanges", | |
"imp": "0x1a2922880", | |
"type": "v16@0:8" | |
}, | |
"stopObservingPreferenceChanges": { | |
"sel": "stopObservingPreferenceChanges", | |
"imp": "0x1a29228fc", | |
"type": "v16@0:8" | |
} | |
}, | |
"superclass": "NSObject" | |
}, | |
"CKAccountStore": { | |
"name": "CKAccountStore", | |
"address": "0x1d2c38cf0", | |
"class_methods": { | |
"accountStoreForStoreClient:": { | |
"sel": "accountStoreForStoreClient:", | |
"imp": "0x1a28f31b0", | |
"type": "@24@0:8@16" | |
}, | |
"sharedAccountStore": { | |
"sel": "sharedAccountStore", | |
"imp": "0x1a28fed94", | |
"type": "@16@0:8" | |
} | |
}, | |
"instance_methods": { | |
".cxx_destruct": { | |
"sel": ".cxx_destruct", | |
"imp": "0x1a28f42f0", | |
"type": "v16@0:8" | |
}, | |
"accounts": { | |
"sel": "accounts", | |
"imp": "0x1a29235ac", | |
"type": "@16@0:8" | |
}, | |
"primaryStoreAccount": { | |
"sel": "primaryStoreAccount", | |
"imp": "0x1a28f4a74", | |
"type": "@16@0:8" | |
}, | |
"addAccount:": { | |
"sel": "addAccount:", | |
"imp": "0x1a292375c", | |
"type": "v24@0:8@16" | |
}, | |
"primaryAccount": { | |
"sel": "primaryAccount", | |
"imp": "0x1a28fee48", | |
"type": "@16@0:8" | |
}, | |
"accountWithAppleID:": { | |
"sel": "accountWithAppleID:", | |
"imp": "0x1a2923544", | |
"type": "@24@0:8@16" | |
}, | |
"isDemoModeEnabled": { | |
"sel": "isDemoModeEnabled", | |
"imp": "0x1a2922bf4", | |
"type": "B16@0:8" | |
}, | |
"initWithStoreClient:": { | |
"sel": "initWithStoreClient:", | |
"imp": "0x1a292346c", | |
"type": "@24@0:8@16" | |
}, | |
"demoAccount": { | |
"sel": "demoAccount", | |
"imp": "0x1a2922cf0", | |
"type": "@16@0:8" | |
}, | |
"storeClient": { | |
"sel": "storeClient", | |
"imp": "0x1a28f3708", | |
"type": "@16@0:8" | |
}, | |
"storeAccountForDSID:": { | |
"sel": "storeAccountForDSID:", | |
"imp": "0x1a2922e70", | |
"type": "@24@0:8@16" | |
}, | |
"addAccountObserver:": { | |
"sel": "addAccountObserver:", | |
"imp": "0x1a28f32b8", | |
"type": "@24@0:8@16" | |
}, | |
"_initWithStoreClient:": { | |
"sel": "_initWithStoreClient:", | |
"imp": "0x1a28f3218", | |
"type": "@24@0:8@16" | |
}, | |
"knownAccounts": { | |
"sel": "knownAccounts", | |
"imp": "0x1a2922a68", | |
"type": "@16@0:8" | |
}, | |
"signOutWithCompletionHandler:": { | |
"sel": "signOutWithCompletionHandler:", | |
"imp": "0x1a29231b0", | |
"type": "v24@0:8@?16" | |
}, | |
"removeAccountObserver:": { | |
"sel": "removeAccountObserver:", | |
"imp": "0x1a29233e0", | |
"type": "v24@0:8@16" | |
}, | |
"storeAccountForAppleID:": { | |
"sel": "storeAccountForAppleID:", | |
"imp": "0x1a2923008", | |
"type": "@24@0:8@16" | |
}, | |
"getEligibilityForService:completionBlock:": { | |
"sel": "getEligibilityForService:completionBlock:", | |
"imp": "0x1a2923d40", | |
"type": "v32@0:8q16@?24" | |
}, | |
"primaryAccountIsPresentAndSignedIn": { | |
"sel": "primaryAccountIsPresentAndSignedIn", | |
"imp": "0x1a2922e30", | |
"type": "B16@0:8" | |
}, | |
"signOut": { | |
"sel": "signOut", | |
"imp": "0x1a29231a0", | |
"type": "v16@0:8" | |
}, | |
"addPrimaryAccountObserverWithBlock:": { | |
"sel": "addPrimaryAccountObserverWithBlock:", | |
"imp": "0x1a28feeb0", | |
"type": "@24@0:8@?16" | |
}, | |
"removePrimaryAccountObserver:": { | |
"sel": "removePrimaryAccountObserver:", | |
"imp": "0x1a29234d0", | |
"type": "v24@0:8@16" | |
}, | |
"accountForDSID:": { | |
"sel": "accountForDSID:", | |
"imp": "0x1a29234dc", | |
"type": "@24@0:8@16" | |
}, | |
"signIn": { | |
"sel": "signIn", | |
"imp": "0x1a2923760", | |
"type": "v16@0:8" | |
}, | |
"signInWithSuggestedAppleID:allowChangeOfAppleID:completionHandler:": { | |
"sel": "signInWithSuggestedAppleID:allowChangeOfAppleID:completionHandler:", | |
"imp": "0x1a29237f8", | |
"type": "v36@0:8@16B24@?28" | |
}, | |
"viewAccount": { | |
"sel": "viewAccount", | |
"imp": "0x1a2923a50", | |
"type": "v16@0:8" | |
}, | |
"eligibilityForService:": { | |
"sel": "eligibilityForService:", | |
"imp": "0x1a2923b94", | |
"type": "@24@0:8q16" | |
}, | |
"getPasswordSettingsWithCompletionBlock:": { | |
"sel": "getPasswordSettingsWithCompletionBlock:", | |
"imp": "0x1a2923e70", | |
"type": "v24@0:8@?16" | |
}, | |
"updatePasswordSettings:completionBlock:": { | |
"sel": "updatePasswordSettings:completionBlock:", | |
"imp": "0x1a2924104", | |
"type": "v32@0:8@16@?24" | |
}, | |
"setTouchIDStateForAccount:state:completionBlock:": { | |
"sel": "setTouchIDStateForAccount:state:completionBlock:", | |
"imp": "0x1a29242bc", | |
"type": "v40@0:8@16q24@?32" | |
}, | |
"getTouchIDStateForAccount:completionBlock:": { | |
"sel": "getTouchIDStateForAccount:completionBlock:", | |
"imp": "0x1a29242c0", | |
"type": "v32@0:8@16@?24" | |
} | |
}, | |
"superclass": "NSObject" | |
}, | |
"CKAccountObserver": { | |
"name": "CKAccountObserver", | |
"address": "0x1d2c38cf8", | |
"class_methods": {}, | |
"instance_methods": { | |
".cxx_destruct": { | |
"sel": ".cxx_destruct", | |
"imp": "0x1a29243a0", | |
"type": "v16@0:8" | |
}, | |
"accountStore:primaryAccountChanged:": { | |
"sel": "accountStore:primaryAccountChanged:", | |
"imp": "0x1a29242c4", | |
"type": "v32@0:8@16@24" | |
}, | |
"setPrimaryAccountChangeObserver:": { | |
"sel": "setPrimaryAccountChangeObserver:", | |
"imp": "0x1a2924398", | |
"type": "v24@0:8@?16" | |
}, | |
"primaryAccountChangeObserver": { | |
"sel": "primaryAccountChangeObserver", | |
"imp": "0x1a292438c", | |
"type": "@?16@0:8" | |
} | |
}, | |
"superclass": "NSObject" | |
}, | |
"CKItemTellAFriend": { | |
"name": "CKItemTellAFriend", | |
"address": "0x1d2c38d00", | |
"class_methods": {}, | |
"instance_methods": { | |
".cxx_destruct": { | |
"sel": ".cxx_destruct", | |
"imp": "0x1a2924e48", | |
"type": "v16@0:8" | |
}, | |
"operation:failedWithError:": { | |
"sel": "operation:failedWithError:", | |
"imp": "0x1a292488c", | |
"type": "v32@0:8@16@24" | |
}, | |
"operationFinished:": { | |
"sel": "operationFinished:", | |
"imp": "0x1a2924958", | |
"type": "v24@0:8@16" | |
}, | |
"operation:finishedWithOutput:": { | |
"sel": "operation:finishedWithOutput:", | |
"imp": "0x1a29249e0", | |
"type": "v32@0:8@16@24" | |
}, | |
"operation:didReceiveResponse:": { | |
"sel": "operation:didReceiveResponse:", | |
"imp": "0x1a2924978", | |
"type": "v32@0:8@16@24" | |
}, | |
"initWithItemDictionary:": { | |
"sel": "initWithItemDictionary:", | |
"imp": "0x1a29243ac", | |
"type": "@24@0:8@16" | |
}, | |
"_tellAFriendDictionary": { | |
"sel": "_tellAFriendDictionary", | |
"imp": "0x1a2924f08", | |
"type": "@16@0:8" | |
}, | |
"tellAFriendBody": { | |
"sel": "tellAFriendBody", | |
"imp": "0x1a2924740", | |
"type": "@16@0:8" | |
}, | |
"_finishTellAFriendLoadWithError:": { | |
"sel": "_finishTellAFriendLoadWithError:", | |
"imp": "0x1a2924ebc", | |
"type": "v24@0:8@16" | |
}, | |
"loadTellAFriendMessage:": { | |
"sel": "loadTellAFriendMessage:", | |
"imp": "0x1a2924430", | |
"type": "B24@0:8^@16" | |
}, | |
"tellAFriendBodyMIMEType": { | |
"sel": "tellAFriendBodyMIMEType", | |
"imp": "0x1a2924748", | |
"type": "@16@0:8" | |
}, | |
"tellAFriendSubject": { | |
"sel": "tellAFriendSubject", | |
"imp": "0x1a29247ec", | |
"type": "@16@0:8" | |
} | |
}, | |
"superclass": "NSObject" | |
}, | |
"CKTouchIDSession": { | |
"name": "CKTouchIDSession", | |
"address": "0x1d2c38d08", | |
"class_methods": {}, | |
"instance_methods": { | |
"init": { | |
"sel": "init", | |
"imp": "0x1a2924f7c", | |
"type": "@16@0:8" | |
}, | |
".cxx_destruct": { | |
"sel": ".cxx_destruct", | |
"imp": "0x1a2925ae0", | |
"type": "v16@0:8" | |
}, | |
"setMessage:": { | |
"sel": "setMessage:", | |
"imp": "0x1a2925ac4", | |
"type": "v24@0:8@16" | |
}, | |
"message": { | |
"sel": "message", | |
"imp": "0x1a2925ab8", | |
"type": "@16@0:8" | |
}, | |
"getPublicKey:": { | |
"sel": "getPublicKey:", | |
"imp": "0x1a2925338", | |
"type": "v24@0:8@?16" | |
}, | |
"setAppleID:": { | |
"sel": "setAppleID:", | |
"imp": "0x1a2925ad8", | |
"type": "v24@0:8@16" | |
}, | |
"appleID": { | |
"sel": "appleID", | |
"imp": "0x1a2925acc", | |
"type": "@16@0:8" | |
}, | |
"getIsTouchIDEnabledForPurchases:": { | |
"sel": "getIsTouchIDEnabledForPurchases:", | |
"imp": "0x1a2924fb4", | |
"type": "v24@0:8@?16" | |
}, | |
"getLastTouchIDEnabledDate:": { | |
"sel": "getLastTouchIDEnabledDate:", | |
"imp": "0x1a29250a8", | |
"type": "v24@0:8@?16" | |
}, | |
"enableTouchIDForPurchases:": { | |
"sel": "enableTouchIDForPurchases:", | |
"imp": "0x1a29250b8", | |
"type": "v24@0:8@?16" | |
}, | |
"disableTouchIDForPurchases:": { | |
"sel": "disableTouchIDForPurchases:", | |
"imp": "0x1a29251ac", | |
"type": "v24@0:8@?16" | |
}, | |
"getUserAgentComponent:": { | |
"sel": "getUserAgentComponent:", | |
"imp": "0x1a29252a0", | |
"type": "v24@0:8@?16" | |
}, | |
"getAttestationBlob:": { | |
"sel": "getAttestationBlob:", | |
"imp": "0x1a29254a4", | |
"type": "v24@0:8@?16" | |
}, | |
"signChallenge:completion:": { | |
"sel": "signChallenge:completion:", | |
"imp": "0x1a2925610", | |
"type": "v32@0:8@16@?24" | |
}, | |
"deleteKey:": { | |
"sel": "deleteKey:", | |
"imp": "0x1a29259c8", | |
"type": "v24@0:8@?16" | |
} | |
}, | |
"superclass": "NSObject" | |
}, | |
"CKMachineAuthorizationContext": { | |
"name": "CKMachineAuthorizationContext", | |
"address": "0x1d2c38d10", | |
"class_methods": { | |
"machineAuthorizationContextWithStoreClient:": { | |
"sel": "machineAuthorizationContextWithStoreClient:", | |
"imp": "0x1a2925b24", | |
"type": "@24@0:8@16" | |
} | |
}, | |
"instance_methods": { | |
".cxx_destruct": { | |
"sel": ".cxx_destruct", | |
"imp": "0x1a2926f5c", | |
"type": "v16@0:8" | |
}, | |
"initWithStoreClient:": { | |
"sel": "initWithStoreClient:", | |
"imp": "0x1a2925b8c", | |
"type": "@24@0:8@16" | |
}, | |
"storeClient": { | |
"sel": "storeClient", | |
"imp": "0x1a2926f3c", | |
"type": "@16@0:8" | |
}, | |
"setDialogContext:": { | |
"sel": "setDialogContext:", | |
"imp": "0x1a2926f54", | |
"type": "v24@0:8@16" | |
}, | |
"authorizeMachineWithAppleID:completionHandler:": { | |
"sel": "authorizeMachineWithAppleID:completionHandler:", | |
"imp": "0x1a2925c24", | |
"type": "v32@0:8@16@?24" | |
}, | |
"deauthorizeMachineWithCompletionHandler:": { | |
"sel": "deauthorizeMachineWithCompletionHandler:", | |
"imp": "0x1a292612c", | |
"type": "v24@0:8@?16" | |
}, | |
"storeRequest:didAuthenticateAccount:": { | |
"sel": "storeRequest:didAuthenticateAccount:", | |
"imp": "0x1a2926e78", | |
"type": "v32@0:8@16@24" | |
}, | |
"dialogContext": { | |
"sel": "dialogContext", | |
"imp": "0x1a2926f48", | |
"type": "@16@0:8" | |
}, | |
"_authenticationContextWithAppleID:": { | |
"sel": "_authenticationContextWithAppleID:", | |
"imp": "0x1a292649c", | |
"type": "@24@0:8@16" | |
}, | |
"_runRequestWithAccount:bagURLKey:authenticationContext:completionHandler:": { | |
"sel": "_runRequestWithAccount:bagURLKey:authenticationContext:completionHandler:", | |
"imp": "0x1a29265f0", | |
"type": "v48@0:8@16@24@32@?40" | |
}, | |
"_requestBodyForAccount:bagURLKey:": { | |
"sel": "_requestBodyForAccount:bagURLKey:", | |
"imp": "0x1a2926b78", | |
"type": "@32@0:8@16@24" | |
} | |
}, | |
"superclass": "NSObject" | |
}, | |
"CKDownloadStatus": { | |
"name": "CKDownloadStatus", | |
"address": "0x1d2c38d18", | |
"class_methods": { | |
"supportsSecureCoding": { | |
"sel": "supportsSecureCoding", | |
"imp": "0x1a29272a0", | |
"type": "B16@0:8" | |
} | |
}, | |
"instance_methods": { | |
"copyWithZone:": { | |
"sel": "copyWithZone:", | |
"imp": "0x1a29276cc", | |
"type": "@24@0:8^{_NSZone=}16" | |
}, | |
"description": { | |
"sel": "description", | |
"imp": "0x1a2926fe4", | |
"type": "@16@0:8" | |
}, | |
"init": { | |
"sel": "init", | |
"imp": "0x1a2926fa0", | |
"type": "@16@0:8" | |
}, | |
"encodeWithCoder:": { | |
"sel": "encodeWithCoder:", | |
"imp": "0x1a29274f4", | |
"type": "v24@0:8@16" | |
}, | |
"initWithCoder:": { | |
"sel": "initWithCoder:", | |
"imp": "0x1a29272a8", | |
"type": "@24@0:8@16" | |
}, | |
".cxx_destruct": { | |
"sel": ".cxx_destruct", | |
"imp": "0x1a2927818", | |
"type": "v16@0:8" | |
}, | |
"state": { | |
"sel": "state", | |
"imp": "0x1a2927790", | |
"type": "C16@0:8" | |
}, | |
"error": { | |
"sel": "error", | |
"imp": "0x1a29277f0", | |
"type": "@16@0:8" | |
}, | |
"setState:": { | |
"sel": "setState:", | |
"imp": "0x1a292779c", | |
"type": "v20@0:8C16" | |
}, | |
"setError:": { | |
"sel": "setError:", | |
"imp": "0x1a29277fc", | |
"type": "v24@0:8@16" | |
}, | |
"estimatedTimeRemaining": { | |
"sel": "estimatedTimeRemaining", | |
"imp": "0x1a29277c4", | |
"type": "d16@0:8" | |
}, | |
"setEstimatedTimeRemaining:": { | |
"sel": "setEstimatedTimeRemaining:", | |
"imp": "0x1a29277d0", | |
"type": "v24@0:8d16" | |
}, | |
"bytesDownloaded": { | |
"sel": "bytesDownloaded", | |
"imp": "0x1a29277a4", | |
"type": "Q16@0:8" | |
}, | |
"setBytesDownloaded:": { | |
"sel": "setBytesDownloaded:", | |
"imp": "0x1a29277ac", | |
"type": "v24@0:8Q16" | |
}, | |
"bytesExpected": { | |
"sel": "bytesExpected", | |
"imp": "0x1a29277b4", | |
"type": "Q16@0:8" | |
}, | |
"downloadedAsset": { | |
"sel": "downloadedAsset", | |
"imp": "0x1a2927804", | |
"type": "@16@0:8" | |
}, | |
"setBytesExpected:": { | |
"sel": "setBytesExpected:", | |
"imp": "0x1a29277bc", | |
"type": "v24@0:8Q16" | |
}, | |
"isAssetCached": { | |
"sel": "isAssetCached", | |
"imp": "0x1a29277dc", | |
"type": "B16@0:8" | |
}, | |
"setIsAssetCached:": { | |
"sel": "setIsAssetCached:", | |
"imp": "0x1a29277e8", | |
"type": "v20@0:8B16" | |
}, | |
"setDownloadedAsset:": { | |
"sel": "setDownloadedAsset:", | |
"imp": "0x1a2927810", | |
"type": "v24@0:8@16" | |
} | |
}, | |
"superclass": "NSObject" | |
}, | |
"CKAppStoreLauncher": { | |
"name": "CKAppStoreLauncher", | |
"address": "0x1d2c38d20", | |
"class_methods": { | |
"sharedInstance": { | |
"sel": "sharedInstance", | |
"imp": "0x1a29278e4", | |
"type": "@16@0:8" | |
}, | |
"validateLaunchURL:withResultBlock:": { | |
"sel": "validateLaunchURL:withResultBlock:", | |
"imp": "0x1a2927b3c", | |
"type": "v32@0:8@16@?24" | |
} | |
}, | |
"instance_methods": { | |
"init": { | |
"sel": "init", | |
"imp": "0x1a292785c", | |
"type": "@16@0:8" | |
}, | |
".cxx_destruct": { | |
"sel": ".cxx_destruct", | |
"imp": "0x1a2927d08", | |
"type": "v16@0:8" | |
}, | |
"_validateLaunchURL:": { | |
"sel": "_validateLaunchURL:", | |
"imp": "0x1a2927978", | |
"type": "@24@0:8@16" | |
}, | |
"launchAppStoreWithURL:": { | |
"sel": "launchAppStoreWithURL:", | |
"imp": "0x1a2927a80", | |
"type": "v24@0:8@16" | |
} | |
}, | |
"superclass": "NSObject" | |
}, | |
"CKPurchase": { | |
"name": "CKPurchase", | |
"address": "0x1d2c38d28", | |
"class_methods": { | |
"supportsSecureCoding": { | |
"sel": "supportsSecureCoding", | |
"imp": "0x1a2927e70", | |
"type": "B16@0:8" | |
} | |
}, | |
"instance_methods": { | |
"copyWithZone:": { | |
"sel": "copyWithZone:", | |
"imp": "0x1a2928124", | |
"type": "@24@0:8^{_NSZone=}16" | |
}, | |
"encodeWithCoder:": { | |
"sel": "encodeWithCoder:", | |
"imp": "0x1a2928074", | |
"type": "v24@0:8@16" | |
}, | |
"initWithCoder:": { | |
"sel": "initWithCoder:", | |
"imp": "0x1a2927e78", | |
"type": "@24@0:8@16" | |
}, | |
".cxx_destruct": { | |
"sel": ".cxx_destruct", | |
"imp": "0x1a29281f4", | |
"type": "v16@0:8" | |
}, | |
"buyParameters": { | |
"sel": "buyParameters", | |
"imp": "0x1a29281e8", | |
"type": "@16@0:8" | |
}, | |
"storeClient": { | |
"sel": "storeClient", | |
"imp": "0x1a29281b4", | |
"type": "@16@0:8" | |
}, | |
"bagURLKey": { | |
"sel": "bagURLKey", | |
"imp": "0x1a29281d4", | |
"type": "@16@0:8" | |
}, | |
"initWithBuyParameters:storeClient:": { | |
"sel": "initWithBuyParameters:storeClient:", | |
"imp": "0x1a2927d14", | |
"type": "@32@0:8@16@24" | |
}, | |
"setBagURLKey:": { | |
"sel": "setBagURLKey:", | |
"imp": "0x1a29281e0", | |
"type": "v24@0:8@16" | |
}, | |
"initWithBuyParametersString:storeClient:": { | |
"sel": "initWithBuyParametersString:storeClient:", | |
"imp": "0x1a2927dd8", | |
"type": "@32@0:8@16@24" | |
}, | |
"forcedUsername": { | |
"sel": "forcedUsername", | |
"imp": "0x1a29281c0", | |
"type": "@16@0:8" | |
}, | |
"setForcedUsername:": { | |
"sel": "setForcedUsername:", | |
"imp": "0x1a29281cc", | |
"type": "v24@0:8@16" | |
}, | |
"_initWithLegacyPurchase:storeClient:": { | |
"sel": "_initWithLegacyPurchase:storeClient:", | |
"imp": "0x1a2928250", | |
"type": "@32@0:8@16@24" | |
} | |
}, | |
"superclass": "NSObject" | |
}, | |
"CKPurchaseController": { | |
"name": "CKPurchaseController", | |
"address": "0x1d2c38d30", | |
"class_methods": { | |
"sharedPurchaseController": { | |
"sel": "sharedPurchaseController", | |
"imp": "0x1a29289a8", | |
"type": "@16@0:8" | |
}, | |
"setNeedsSilentMachineAuthorization:": { | |
"sel": "setNeedsSilentMachineAuthorization:", | |
"imp": "0x1a29298d8", | |
"type": "v20@0:8B16" | |
} | |
}, | |
"instance_methods": { | |
".cxx_destruct": { | |
"sel": ".cxx_destruct", | |
"imp": "0x1a2929978", | |
"type": "v16@0:8" | |
}, | |
"dialogHandler": { | |
"sel": "dialogHandler", | |
"imp": "0x1a292995c", | |
"type": "@?16@0:8" | |
}, | |
"performPurchase:withOptions:completionHandler:": { | |
"sel": "performPurchase:withOptions:completionHandler:", | |
"imp": "0x1a2928a84", | |
"type": "v40@0:8@16Q24@?32" | |
}, | |
"startPurchases:withOptions:completionHandler:": { | |
"sel": "startPurchases:withOptions:completionHandler:", | |
"imp": "0x1a2928bb0", | |
"type": "v40@0:8@16Q24@?32" | |
}, | |
"startPurchases:shouldStartDownloads:eventHandler:": { | |
"sel": "startPurchases:shouldStartDownloads:eventHandler:", | |
"imp": "0x1a2928cdc", | |
"type": "v36@0:8@16B24@?28" | |
}, | |
"resumeDownloadForPurchasedProductID:": { | |
"sel": "resumeDownloadForPurchasedProductID:", | |
"imp": "0x1a2928dc0", | |
"type": "v24@0:8@16" | |
}, | |
"cancelPurchaseWithProductID:": { | |
"sel": "cancelPurchaseWithProductID:", | |
"imp": "0x1a2928dc4", | |
"type": "v24@0:8@16" | |
}, | |
"purchasesInProgress": { | |
"sel": "purchasesInProgress", | |
"imp": "0x1a2928dc8", | |
"type": "@16@0:8" | |
}, | |
"purchaseInProgressForProductID:": { | |
"sel": "purchaseInProgressForProductID:", | |
"imp": "0x1a2928dd0", | |
"type": "@24@0:8@16" | |
}, | |
"checkServerDownloadQueue": { | |
"sel": "checkServerDownloadQueue", | |
"imp": "0x1a2929038", | |
"type": "v16@0:8" | |
}, | |
"_performVPPReceiptRenewal": { | |
"sel": "_performVPPReceiptRenewal", | |
"imp": "0x1a2929394", | |
"type": "v16@0:8" | |
}, | |
"adoptionCompletedForBundleID:": { | |
"sel": "adoptionCompletedForBundleID:", | |
"imp": "0x1a2929398", | |
"type": "B24@0:8@16" | |
}, | |
"setDialogHandler:": { | |
"sel": "setDialogHandler:", | |
"imp": "0x1a292996c", | |
"type": "v24@0:8@?16" | |
} | |
}, | |
"superclass": "CKServiceInterface" | |
}, | |
"CKDemoAccount": { | |
"name": "CKDemoAccount", | |
"address": "0x1d2c38d38", | |
"class_methods": { | |
"supportsSecureCoding": { | |
"sel": "supportsSecureCoding", | |
"imp": "0x1a2929ac4", | |
"type": "B16@0:8" | |
} | |
}, | |
"instance_methods": { | |
"copyWithZone:": { | |
"sel": "copyWithZone:", | |
"imp": "0x1a2929d14", | |
"type": "@24@0:8^{_NSZone=}16" | |
}, | |
"encodeWithCoder:": { | |
"sel": "encodeWithCoder:", | |
"imp": "0x1a2929bf0", | |
"type": "v24@0:8@16" | |
}, | |
"initWithCoder:": { | |
"sel": "initWithCoder:", | |
"imp": "0x1a2929acc", | |
"type": "@24@0:8@16" | |
}, | |
".cxx_destruct": { | |
"sel": ".cxx_destruct", | |
"imp": "0x1a2929e0c", | |
"type": "v16@0:8" | |
}, | |
"password": { | |
"sel": "password", | |
"imp": "0x1a2929dec", | |
"type": "@16@0:8" | |
}, | |
"username": { | |
"sel": "username", | |
"imp": "0x1a2929de0", | |
"type": "@16@0:8" | |
}, | |
"autoLogin": { | |
"sel": "autoLogin", | |
"imp": "0x1a2929df8", | |
"type": "B16@0:8" | |
}, | |
"setAutoLogin:": { | |
"sel": "setAutoLogin:", | |
"imp": "0x1a2929e04", | |
"type": "v20@0:8B16" | |
}, | |
"initWithUsername:password:": { | |
"sel": "initWithUsername:password:", | |
"imp": "0x1a2929a1c", | |
"type": "@32@0:8@16@24" | |
} | |
}, | |
"superclass": "NSObject" | |
}, | |
"CKPurchaseTransaction": { | |
"name": "CKPurchaseTransaction", | |
"address": "0x1d2c38d40", | |
"class_methods": { | |
"supportsSecureCoding": { | |
"sel": "supportsSecureCoding", | |
"imp": "0x1a292a174", | |
"type": "B16@0:8" | |
} | |
}, | |
"instance_methods": { | |
"isEqual:": { | |
"sel": "isEqual:", | |
"imp": "0x1a292a098", | |
"type": "B24@0:8@16" | |
}, | |
"hash": { | |
"sel": "hash", | |
"imp": "0x1a292a048", | |
"type": "Q16@0:8" | |
}, | |
"description": { | |
"sel": "description", | |
"imp": "0x1a2929efc", | |
"type": "@16@0:8" | |
}, | |
"encodeWithCoder:": { | |
"sel": "encodeWithCoder:", | |
"imp": "0x1a292a654", | |
"type": "v24@0:8@16" | |
}, | |
"initWithCoder:": { | |
"sel": "initWithCoder:", | |
"imp": "0x1a292a17c", | |
"type": "@24@0:8@16" | |
}, | |
".cxx_destruct": { | |
"sel": ".cxx_destruct", | |
"imp": "0x1a292a920", | |
"type": "v16@0:8" | |
}, | |
"state": { | |
"sel": "state", | |
"imp": "0x1a292a8fc", | |
"type": "C16@0:8" | |
}, | |
"error": { | |
"sel": "error", | |
"imp": "0x1a292a914", | |
"type": "@16@0:8" | |
}, | |
"setState:": { | |
"sel": "setState:", | |
"imp": "0x1a292aa3c", | |
"type": "v20@0:8C16" | |
}, | |
"setError:": { | |
"sel": "setError:", | |
"imp": "0x1a292aa70", | |
"type": "v24@0:8@16" | |
}, | |
"signature": { | |
"sel": "signature", | |
"imp": "0x1a292aaa0", | |
"type": "@16@0:8" | |
}, | |
"groupIdentifier": { | |
"sel": "groupIdentifier", | |
"imp": "0x1a292a8b4", | |
"type": "@16@0:8" | |
}, | |
"response": { | |
"sel": "response", | |
"imp": "0x1a292a908", | |
"type": "@16@0:8" | |
}, | |
"publicKey": { | |
"sel": "publicKey", | |
"imp": "0x1a292aab4", | |
"type": "@16@0:8" | |
}, | |
"setSignature:": { | |
"sel": "setSignature:", | |
"imp": "0x1a292aaa8", | |
"type": "v24@0:8@16" | |
}, | |
"setResponse:": { | |
"sel": "setResponse:", | |
"imp": "0x1a292aa64", | |
"type": "v24@0:8@16" | |
}, | |
"setPublicKey:": { | |
"sel": "setPublicKey:", | |
"imp": "0x1a292aabc", | |
"type": "v24@0:8@16" | |
}, | |
"challenge": { | |
"sel": "challenge", | |
"imp": "0x1a292aa8c", | |
"type": "@16@0:8" | |
}, | |
"setChallenge:": { | |
"sel": "setChallenge:", | |
"imp": "0x1a292aa94", | |
"type": "v24@0:8@16" | |
}, | |
"transactionIdentifier": { | |
"sel": "transactionIdentifier", | |
"imp": "0x1a292a8a8", | |
"type": "@16@0:8" | |
}, | |
"buyParameters": { | |
"sel": "buyParameters", | |
"imp": "0x1a292a8cc", | |
"type": "@16@0:8" | |
}, | |
"setBuyParameters:": { | |
"sel": "setBuyParameters:", | |
"imp": "0x1a292aa44", | |
"type": "v24@0:8@16" | |
}, | |
"storeClient": { | |
"sel": "storeClient", | |
"imp": "0x1a292a8c0", | |
"type": "@16@0:8" | |
}, | |
"purchaseQueueIdentifier": { | |
"sel": "purchaseQueueIdentifier", | |
"imp": "0x1a292a9e8", | |
"type": "@16@0:8" | |
}, | |
"bagURLKey": { | |
"sel": "bagURLKey", | |
"imp": "0x1a292a8d8", | |
"type": "@16@0:8" | |
}, | |
"setStoreClient:": { | |
"sel": "setStoreClient:", | |
"imp": "0x1a292aa58", | |
"type": "v24@0:8@16" | |
}, | |
"_initWithPurchase:groupIdentifier:": { | |
"sel": "_initWithPurchase:groupIdentifier:", | |
"imp": "0x1a292aadc", | |
"type": "@32@0:8@16@24" | |
}, | |
"setPurchaseQueueIdentifier:": { | |
"sel": "setPurchaseQueueIdentifier:", | |
"imp": "0x1a292a9f0", | |
"type": "v24@0:8@16" | |
}, | |
"forcedUsername": { | |
"sel": "forcedUsername", | |
"imp": "0x1a292a8e4", | |
"type": "@16@0:8" | |
}, | |
"_initWithGroupIdentifier:": { | |
"sel": "_initWithGroupIdentifier:", | |
"imp": "0x1a2929e50", | |
"type": "@24@0:8@16" | |
}, | |
"authedToBuy": { | |
"sel": "authedToBuy", | |
"imp": "0x1a292a8f0", | |
"type": "B16@0:8" | |
}, | |
"setAuthedToBuy:": { | |
"sel": "setAuthedToBuy:", | |
"imp": "0x1a292aa50", | |
"type": "v20@0:8B16" | |
}, | |
"usePasswordFallback": { | |
"sel": "usePasswordFallback", | |
"imp": "0x1a292aa7c", | |
"type": "B16@0:8" | |
}, | |
"setUsePasswordFallback:": { | |
"sel": "setUsePasswordFallback:", | |
"imp": "0x1a292aa84", | |
"type": "v20@0:8B16" | |
}, | |
"originatingStorefront": { | |
"sel": "originatingStorefront", | |
"imp": "0x1a292aac8", | |
"type": "@16@0:8" | |
}, | |
"setOriginatingStorefront:": { | |
"sel": "setOriginatingStorefront:", | |
"imp": "0x1a292aad0", | |
"type": "v24@0:8@16" | |
} | |
}, | |
"superclass": "NSObject" | |
}, | |
"CKUpdateController": { | |
"name": "CKUpdateController", | |
"address": "0x1d2c38d48", | |
"class_methods": { | |
"sharedUpdateController": { | |
"sel": "sharedUpdateController", | |
"imp": "0x1a292ac24", | |
"type": "@16@0:8" | |
} | |
}, | |
"instance_methods": { | |
"init": { | |
"sel": "init", | |
"imp": "0x1a292ad00", | |
"type": "@16@0:8" | |
}, | |
".cxx_destruct": { | |
"sel": ".cxx_destruct", | |
"imp": "0x1a292d8b4", | |
"type": "v16@0:8" | |
}, | |
"availableUpdates": { | |
"sel": "availableUpdates", | |
"imp": "0x1a292b068", | |
"type": "@16@0:8" | |
}, | |
"sharedObserver": { | |
"sel": "sharedObserver", | |
"imp": "0x1a292d890", | |
"type": "@16@0:8" | |
}, | |
"initWithStoreClient:": { | |
"sel": "initWithStoreClient:", | |
"imp": "0x1a292ad5c", | |
"type": "@24@0:8@16" | |
}, | |
"connectionWasInterrupted": { | |
"sel": "connectionWasInterrupted", | |
"imp": "0x1a292ae74", | |
"type": "v16@0:8" | |
}, | |
"setSharedObserver:": { | |
"sel": "setSharedObserver:", | |
"imp": "0x1a292d8a0", | |
"type": "v24@0:8@16" | |
}, | |
"dialogHandler": { | |
"sel": "dialogHandler", | |
"imp": "0x1a292d7e4", | |
"type": "@?16@0:8" | |
}, | |
"setDialogHandler:": { | |
"sel": "setDialogHandler:", | |
"imp": "0x1a292d7f4", | |
"type": "v24@0:8@?16" | |
}, | |
"availableUpdatesObservers": { | |
"sel": "availableUpdatesObservers", | |
"imp": "0x1a292d824", | |
"type": "@16@0:8" | |
}, | |
"_checkForBookUpdatesWithCompletionHandler:": { | |
"sel": "_checkForBookUpdatesWithCompletionHandler:", | |
"imp": "0x1a292bd80", | |
"type": "v24@0:8@?16" | |
}, | |
"startAppUpdates:andOSUpdates:withDelegate:completionHandler:": { | |
"sel": "startAppUpdates:andOSUpdates:withDelegate:completionHandler:", | |
"imp": "0x1a292c3dc", | |
"type": "v48@0:8@16@24@32@?40" | |
}, | |
"removeUpdateFromInstallLaterWithBundleID:": { | |
"sel": "removeUpdateFromInstallLaterWithBundleID:", | |
"imp": "0x1a292c9d4", | |
"type": "v24@0:8@16" | |
}, | |
"updateScanObservers": { | |
"sel": "updateScanObservers", | |
"imp": "0x1a292d848", | |
"type": "@16@0:8" | |
}, | |
"updateProgressObservers": { | |
"sel": "updateProgressObservers", | |
"imp": "0x1a292d86c", | |
"type": "@16@0:8" | |
}, | |
"availableUpdateWithItemIdentifier:": { | |
"sel": "availableUpdateWithItemIdentifier:", | |
"imp": "0x1a292b29c", | |
"type": "@24@0:8Q16" | |
}, | |
"incompatibleUpdates": { | |
"sel": "incompatibleUpdates", | |
"imp": "0x1a292b4bc", | |
"type": "@16@0:8" | |
}, | |
"availableUpdatesBadgeCount": { | |
"sel": "availableUpdatesBadgeCount", | |
"imp": "0x1a292b6d8", | |
"type": "Q16@0:8" | |
}, | |
"addAvailableUpdatesObserverWithBlock:": { | |
"sel": "addAvailableUpdatesObserverWithBlock:", | |
"imp": "0x1a292b868", | |
"type": "@24@0:8@?16" | |
}, | |
"removeAvailableUpdatesObserver:": { | |
"sel": "removeAvailableUpdatesObserver:", | |
"imp": "0x1a292bc14", | |
"type": "v24@0:8@16" | |
}, | |
"checkForUpdatesWithUserHasSeenUpdates:completionHandler:": { | |
"sel": "checkForUpdatesWithUserHasSeenUpdates:completionHandler:", | |
"imp": "0x1a292bca0", | |
"type": "v28@0:8B16@?20" | |
}, | |
"installAllAvailableUpdates": { | |
"sel": "installAllAvailableUpdates", | |
"imp": "0x1a292c634", | |
"type": "v16@0:8" | |
}, | |
"appUpdatesToBeInstalledLater": { | |
"sel": "appUpdatesToBeInstalledLater", | |
"imp": "0x1a292c7b8", | |
"type": "@16@0:8" | |
}, | |
"_otherUsersAreLoggedIn": { | |
"sel": "_otherUsersAreLoggedIn", | |
"imp": "0x1a292ca54", | |
"type": "B16@0:8" | |
}, | |
"osUpdateScanInProgress": { | |
"sel": "osUpdateScanInProgress", | |
"imp": "0x1a292cbc8", | |
"type": "B16@0:8" | |
}, | |
"observeOSUpdateScansWithProgressHandler:": { | |
"sel": "observeOSUpdateScansWithProgressHandler:", | |
"imp": "0x1a292cd58", | |
"type": "@24@0:8@?16" | |
}, | |
"stopObservingOSUpdateScansWithCallback:": { | |
"sel": "stopObservingOSUpdateScansWithCallback:", | |
"imp": "0x1a292d114", | |
"type": "v24@0:8@16" | |
}, | |
"observeOSUpdateProgressWithProgressHandler:": { | |
"sel": "observeOSUpdateProgressWithProgressHandler:", | |
"imp": "0x1a292d224", | |
"type": "@24@0:8@?16" | |
}, | |
"stopObservingOSUpdateProgressWithCallback:": { | |
"sel": "stopObservingOSUpdateProgressWithCallback:", | |
"imp": "0x1a292d5c8", | |
"type": "v24@0:8@16" | |
}, | |
"isAutoUpdatedEnabled": { | |
"sel": "isAutoUpdatedEnabled", | |
"imp": "0x1a292d654", | |
"type": "B16@0:8" | |
}, | |
"shouldNotAttemptInstallationAfterFailureDialog": { | |
"sel": "shouldNotAttemptInstallationAfterFailureDialog", | |
"imp": "0x1a292d800", | |
"type": "B16@0:8" | |
}, | |
"setShouldNotAttemptInstallationAfterFailureDialog:": { | |
"sel": "setShouldNotAttemptInstallationAfterFailureDialog:", | |
"imp": "0x1a292d814", | |
"type": "v20@0:8B16" | |
}, | |
"setAvailableUpdatesObservers:": { | |
"sel": "setAvailableUpdatesObservers:", | |
"imp": "0x1a292d834", | |
"type": "v24@0:8@16" | |
}, | |
"setUpdateScanObservers:": { | |
"sel": "setUpdateScanObservers:", | |
"imp": "0x1a292d858", | |
"type": "v24@0:8@16" | |
}, | |
"setUpdateProgressObservers:": { | |
"sel": "setUpdateProgressObservers:", | |
"imp": "0x1a292d87c", | |
"type": "v24@0:8@16" | |
} | |
}, | |
"superclass": "CKServiceInterface" | |
}, | |
"CKUpdateControllerClient": { | |
"name": "CKUpdateControllerClient", | |
"address": "0x1d2c38d50", | |
"class_methods": {}, | |
"instance_methods": { | |
".cxx_destruct": { | |
"sel": ".cxx_destruct", | |
"imp": "0x1a292dc08", | |
"type": "v16@0:8" | |
}, | |
"availableUpdatesObserverBlock": { | |
"sel": "availableUpdatesObserverBlock", | |
"imp": "0x1a292dbe0", | |
"type": "@?16@0:8" | |
}, | |
"osUpdateScanObserverBlock": { | |
"sel": "osUpdateScanObserverBlock", | |
"imp": "0x1a292dbf4", | |
"type": "@?16@0:8" | |
}, | |
"osUpdateProgressHandler": { | |
"sel": "osUpdateProgressHandler", | |
"imp": "0x1a292dbcc", | |
"type": "@?16@0:8" | |
}, | |
"setAvailableUpdatesObserverBlock:": { | |
"sel": "setAvailableUpdatesObserverBlock:", | |
"imp": "0x1a292dbec", | |
"type": "v24@0:8@?16" | |
}, | |
"availableUpdatesDidChangedWithUpdates:osUpdates:badgeCount:": { | |
"sel": "availableUpdatesDidChangedWithUpdates:osUpdates:badgeCount:", | |
"imp": "0x1a292da24", | |
"type": "v40@0:8@16@24Q32" | |
}, | |
"setOsUpdateScanObserverBlock:": { | |
"sel": "setOsUpdateScanObserverBlock:", | |
"imp": "0x1a292dc00", | |
"type": "v24@0:8@?16" | |
}, | |
"osUpdateScanForTags:didProgressWithPercentComplete:isFinished:error:": { | |
"sel": "osUpdateScanForTags:didProgressWithPercentComplete:isFinished:error:", | |
"imp": "0x1a292daf0", | |
"type": "v40@0:8@16f24B28@32" | |
}, | |
"setOsUpdateProgressHandler:": { | |
"sel": "setOsUpdateProgressHandler:", | |
"imp": "0x1a292dbd8", | |
"type": "v24@0:8@?16" | |
}, | |
"osUpdates:changedProgress:": { | |
"sel": "osUpdates:changedProgress:", | |
"imp": "0x1a292d944", | |
"type": "v32@0:8@16@24" | |
} | |
}, | |
"superclass": "NSObject" | |
}, | |
"CKDownloadQueue": { | |
"name": "CKDownloadQueue", | |
"address": "0x1d2c38d58", | |
"class_methods": { | |
"sharedDownloadQueue": { | |
"sel": "sharedDownloadQueue", | |
"imp": "0x1a28fba30", | |
"type": "@16@0:8" | |
} | |
}, | |
"instance_methods": { | |
".cxx_destruct": { | |
"sel": ".cxx_destruct", | |
"imp": "0x1a292ed68", | |
"type": "v16@0:8" | |
}, | |
"addObserver:": { | |
"sel": "addObserver:", | |
"imp": "0x1a28fbd14", | |
"type": "@24@0:8@16" | |
}, | |
"removeObserver:": { | |
"sel": "removeObserver:", | |
"imp": "0x1a292e3c4", | |
"type": "v24@0:8@16" | |
}, | |
"sharedObserver": { | |
"sel": "sharedObserver", | |
"imp": "0x1a292ed44", | |
"type": "@16@0:8" | |
}, | |
"initWithStoreClient:": { | |
"sel": "initWithStoreClient:", | |
"imp": "0x1a28fbb0c", | |
"type": "@24@0:8@16" | |
}, | |
"addDownload:": { | |
"sel": "addDownload:", | |
"imp": "0x1a292e468", | |
"type": "v24@0:8@16" | |
}, | |
"connectionWasInterrupted": { | |
"sel": "connectionWasInterrupted", | |
"imp": "0x1a292dfc0", | |
"type": "v16@0:8" | |
}, | |
"setSharedObserver:": { | |
"sel": "setSharedObserver:", | |
"imp": "0x1a292ed54", | |
"type": "v24@0:8@16" | |
}, | |
"downloads": { | |
"sel": "downloads", | |
"imp": "0x1a28fd750", | |
"type": "@16@0:8" | |
}, | |
"downloadQueueObservers": { | |
"sel": "downloadQueueObservers", | |
"imp": "0x1a28fbfc0", | |
"type": "@16@0:8" | |
}, | |
"addObserverForDownloadTypes:withBlock:": { | |
"sel": "addObserverForDownloadTypes:withBlock:", | |
"imp": "0x1a28fbdfc", | |
"type": "@32@0:8q16@?24" | |
}, | |
"addObserver:forDownloadTypes:": { | |
"sel": "addObserver:forDownloadTypes:", | |
"imp": "0x1a28fbd24", | |
"type": "@32@0:8@16q24" | |
}, | |
"pauseDownloadWithItemIdentifier:": { | |
"sel": "pauseDownloadWithItemIdentifier:", | |
"imp": "0x1a292e5d8", | |
"type": "v24@0:8Q16" | |
}, | |
"resumeDownloadWithItemIdentifier:": { | |
"sel": "resumeDownloadWithItemIdentifier:", | |
"imp": "0x1a292e634", | |
"type": "v24@0:8Q16" | |
}, | |
"removeDownloadWithItemIdentifier:": { | |
"sel": "removeDownloadWithItemIdentifier:", | |
"imp": "0x1a292e760", | |
"type": "v24@0:8Q16" | |
}, | |
"fetchIconForItemIdentifier:atURL:replyBlock:": { | |
"sel": "fetchIconForItemIdentifier:atURL:replyBlock:", | |
"imp": "0x1a292e7bc", | |
"type": "v40@0:8Q16@24@?32" | |
}, | |
"performedIconAnimationForDownloadWithIdentifier:": { | |
"sel": "performedIconAnimationForDownloadWithIdentifier:", | |
"imp": "0x1a292e868", | |
"type": "v24@0:8Q16" | |
}, | |
"lockApplicationsForBundleID:": { | |
"sel": "lockApplicationsForBundleID:", | |
"imp": "0x1a292e8c4", | |
"type": "v24@0:8@16" | |
}, | |
"unlockApplicationsWithBundleIdentifier:": { | |
"sel": "unlockApplicationsWithBundleIdentifier:", | |
"imp": "0x1a292e944", | |
"type": "v24@0:8@16" | |
}, | |
"lockedApplicationTriedToLaunchAtPath:": { | |
"sel": "lockedApplicationTriedToLaunchAtPath:", | |
"imp": "0x1a292e9c4", | |
"type": "v24@0:8@16" | |
}, | |
"checkStoreDownloadQueueForAccount:": { | |
"sel": "checkStoreDownloadQueueForAccount:", | |
"imp": "0x1a292ea44", | |
"type": "v24@0:8@16" | |
}, | |
"downloadForItemIdentifier:": { | |
"sel": "downloadForItemIdentifier:", | |
"imp": "0x1a28feff0", | |
"type": "@24@0:8Q16" | |
}, | |
"cancelDownload:promptToConfirm:askToDelete:": { | |
"sel": "cancelDownload:promptToConfirm:askToDelete:", | |
"imp": "0x1a292e690", | |
"type": "v32@0:8@16B24B28" | |
}, | |
"cacheReceiptDataForDownload:": { | |
"sel": "cacheReceiptDataForDownload:", | |
"imp": "0x1a292eac4", | |
"type": "B24@0:8@16" | |
}, | |
"setDownloadQueueObservers:": { | |
"sel": "setDownloadQueueObservers:", | |
"imp": "0x1a292ed30", | |
"type": "v24@0:8@16" | |
} | |
}, | |
"superclass": "CKServiceInterface" | |
}, | |
"CKDownloadQueueClient": { | |
"name": "CKDownloadQueueClient", | |
"address": "0x1d2c38d60", | |
"class_methods": {}, | |
"instance_methods": { | |
".cxx_destruct": { | |
"sel": ".cxx_destruct", | |
"imp": "0x1a28fed88", | |
"type": "v16@0:8" | |
}, | |
"setObserverBlock:": { | |
"sel": "setObserverBlock:", | |
"imp": "0x1a28fbfb8", | |
"type": "v24@0:8@?16" | |
}, | |
"observerBlock": { | |
"sel": "observerBlock", | |
"imp": "0x1a292f048", | |
"type": "@?16@0:8" | |
}, | |
"setDownloadTypesMask:": { | |
"sel": "setDownloadTypesMask:", | |
"imp": "0x1a28fbfb0", | |
"type": "v24@0:8q16" | |
}, | |
"downloadQueueDidAddDownload:": { | |
"sel": "downloadQueueDidAddDownload:", | |
"imp": "0x1a292ee0c", | |
"type": "v24@0:8@16" | |
}, | |
"downloadQueueDidRemoveDownload:queueIsIdle:": { | |
"sel": "downloadQueueDidRemoveDownload:queueIsIdle:", | |
"imp": "0x1a292eeb8", | |
"type": "v28@0:8@16B24" | |
}, | |
"download:didUpdateStatus:": { | |
"sel": "download:didUpdateStatus:", | |
"imp": "0x1a292ef70", | |
"type": "v32@0:8@16@24" | |
}, | |
"downloadQueueDidCheckServerDownloadQueueForAccount:withDownloadCount:newDownloads:": { | |
"sel": "downloadQueueDidCheckServerDownloadQueueForAccount:withDownloadCount:newDownloads:", | |
"imp": "0x1a292f03c", | |
"type": "v40@0:8@16q24@32" | |
}, | |
"downloadTypesMask": { | |
"sel": "downloadTypesMask", | |
"imp": "0x1a292f040", | |
"type": "q16@0:8" | |
} | |
}, | |
"superclass": "NSObject" | |
}, | |
"CKStoreAction": { | |
"name": "CKStoreAction", | |
"address": "0x1d2c38d68", | |
"class_methods": { | |
"supportsSecureCoding": { | |
"sel": "supportsSecureCoding", | |
"imp": "0x1a292f280", | |
"type": "B16@0:8" | |
}, | |
"_actionFromResponseDictionary:": { | |
"sel": "_actionFromResponseDictionary:", | |
"imp": "0x1a292f520", | |
"type": "@24@0:8@16" | |
}, | |
"stringForActionType:": { | |
"sel": "stringForActionType:", | |
"imp": "0x1a292f054", | |
"type": "@20@0:8C16" | |
} | |
}, | |
"instance_methods": { | |
"copyWithZone:": { | |
"sel": "copyWithZone:", | |
"imp": "0x1a292f500", | |
"type": "@24@0:8^{_NSZone=}16" | |
}, | |
"description": { | |
"sel": "description", | |
"imp": "0x1a292f19c", | |
"type": "@16@0:8" | |
}, | |
"encodeWithCoder:": { | |
"sel": "encodeWithCoder:", | |
"imp": "0x1a292f418", | |
"type": "v24@0:8@16" | |
}, | |
"initWithCoder:": { | |
"sel": "initWithCoder:", | |
"imp": "0x1a292f288", | |
"type": "@24@0:8@16" | |
}, | |
".cxx_destruct": { | |
"sel": ".cxx_destruct", | |
"imp": "0x1a292f514", | |
"type": "v16@0:8" | |
}, | |
"action": { | |
"sel": "action", | |
"imp": "0x1a292f504", | |
"type": "C16@0:8" | |
}, | |
"actionParameters": { | |
"sel": "actionParameters", | |
"imp": "0x1a292f50c", | |
"type": "@16@0:8" | |
}, | |
"initWithAction:parameters:": { | |
"sel": "initWithAction:parameters:", | |
"imp": "0x1a292f108", | |
"type": "@28@0:8C16@20" | |
} | |
}, | |
"superclass": "NSObject" | |
}, | |
"CKStoreClient": { | |
"name": "CKStoreClient", | |
"address": "0x1d2c38d70", | |
"class_methods": { | |
"supportsSecureCoding": { | |
"sel": "supportsSecureCoding", | |
"imp": "0x1a28fa584", | |
"type": "B16@0:8" | |
}, | |
"sharedInstance": { | |
"sel": "sharedInstance", | |
"imp": "0x1a28f2a3c", | |
"type": "@16@0:8" | |
}, | |
"_serviceProxy": { | |
"sel": "_serviceProxy", | |
"imp": "0x1a2930260", | |
"type": "@16@0:8" | |
}, | |
"storeClientForIdentifier:": { | |
"sel": "storeClientForIdentifier:", | |
"imp": "0x1a28f9d60", | |
"type": "@24@0:8@16" | |
}, | |
"_sharedClient": { | |
"sel": "_sharedClient", | |
"imp": "0x1a28fc110", | |
"type": "@16@0:8" | |
}, | |
"configureClientAsType:": { | |
"sel": "configureClientAsType:", | |
"imp": "0x1a28f1a3c", | |
"type": "v24@0:8q16" | |
}, | |
"storeFrontID": { | |
"sel": "storeFrontID", | |
"imp": "0x1a2930460", | |
"type": "@16@0:8" | |
}, | |
"setStoreFrontID:": { | |
"sel": "setStoreFrontID:", | |
"imp": "0x1a29304d0", | |
"type": "v24@0:8@16" | |
}, | |
"storeClientForAccount:": { | |
"sel": "storeClientForAccount:", | |
"imp": "0x1a28f5b0c", | |
"type": "@24@0:8@16" | |
}, | |
"_storeClientFromLegacyStoreClient:": { | |
"sel": "_storeClientFromLegacyStoreClient:", | |
"imp": "0x1a28f2c54", | |
"type": "@24@0:8@16" | |
}, | |
"isAppStoreClient": { | |
"sel": "isAppStoreClient", | |
"imp": "0x1a2930350", | |
"type": "B16@0:8" | |
}, | |
"_configureSharedClientWithIdentifier:serverType:": { | |
"sel": "_configureSharedClientWithIdentifier:serverType:", | |
"imp": "0x1a28f284c", | |
"type": "v32@0:8@16q24" | |
}, | |
"storeClientForIdentifier:serverType:": { | |
"sel": "storeClientForIdentifier:serverType:", | |
"imp": "0x1a28f2d44", | |
"type": "@32@0:8@16q24" | |
}, | |
"_configureSharedClientWithIdentifier:": { | |
"sel": "_configureSharedClientWithIdentifier:", | |
"imp": "0x1a28f2834", | |
"type": "v24@0:8@16" | |
}, | |
"_storeClientForAccountMediaType:": { | |
"sel": "_storeClientForAccountMediaType:", | |
"imp": "0x1a292f724", | |
"type": "@24@0:8@16" | |
}, | |
"isBookStoreClient": { | |
"sel": "isBookStoreClient", | |
"imp": "0x1a29303d8", | |
"type": "B16@0:8" | |
} | |
}, | |
"instance_methods": { | |
"copyWithZone:": { | |
"sel": "copyWithZone:", | |
"imp": "0x1a28f3910", | |
"type": "@24@0:8^{_NSZone=}16" | |
}, | |
"isEqual:": { | |
"sel": "isEqual:", | |
"imp": "0x1a28fc2c4", | |
"type": "B24@0:8@16" | |
}, | |
"hash": { | |
"sel": "hash", | |
"imp": "0x1a28f3714", | |
"type": "Q16@0:8" | |
}, | |
"description": { | |
"sel": "description", | |
"imp": "0x1a28f3764", | |
"type": "@16@0:8" | |
}, | |
"encodeWithCoder:": { | |
"sel": "encodeWithCoder:", | |
"imp": "0x1a28f41a4", | |
"type": "v24@0:8@16" | |
}, | |
"initWithCoder:": { | |
"sel": "initWithCoder:", | |
"imp": "0x1a28fa58c", | |
"type": "@24@0:8@16" | |
}, | |
".cxx_destruct": { | |
"sel": ".cxx_destruct", | |
"imp": "0x1a28f8e04", | |
"type": "v16@0:8" | |
}, | |
"_icon": { | |
"sel": "_icon", | |
"imp": "0x1a292fdf0", | |
"type": "@16@0:8" | |
}, | |
"account": { | |
"sel": "account", | |
"imp": "0x1a28f31a8", | |
"type": "@16@0:8" | |
}, | |
"initWithAccount:": { | |
"sel": "initWithAccount:", | |
"imp": "0x1a28f5b74", | |
"type": "@24@0:8@16" | |
}, | |
"clientIdentifier": { | |
"sel": "clientIdentifier", | |
"imp": "0x1a28f2f6c", | |
"type": "@16@0:8" | |
}, | |
"_appName": { | |
"sel": "_appName", | |
"imp": "0x1a28f5244", | |
"type": "@16@0:8" | |
}, | |
"initWithClientIdentifier:": { | |
"sel": "initWithClientIdentifier:", | |
"imp": "0x1a28fa7cc", | |
"type": "@24@0:8@16" | |
}, | |
"_appVersion": { | |
"sel": "_appVersion", | |
"imp": "0x1a28fb4dc", | |
"type": "@16@0:8" | |
}, | |
"_acAccount": { | |
"sel": "_acAccount", | |
"imp": "0x1a2930554", | |
"type": "@16@0:8" | |
}, | |
"accountMediaType": { | |
"sel": "accountMediaType", | |
"imp": "0x1a292f8a0", | |
"type": "@16@0:8" | |
}, | |
"serverType": { | |
"sel": "serverType", | |
"imp": "0x1a28f3908", | |
"type": "q16@0:8" | |
}, | |
"storefrontIdentifier": { | |
"sel": "storefrontIdentifier", | |
"imp": "0x1a292f9e4", | |
"type": "@16@0:8" | |
}, | |
"_bagDictionary": { | |
"sel": "_bagDictionary", | |
"imp": "0x1a2930110", | |
"type": "@16@0:8" | |
}, | |
"nonpersonalizedStoreClient": { | |
"sel": "nonpersonalizedStoreClient", | |
"imp": "0x1a28f30dc", | |
"type": "@16@0:8" | |
}, | |
"bagValueForKey:error:": { | |
"sel": "bagValueForKey:error:", | |
"imp": "0x1a28f9dcc", | |
"type": "@32@0:8@16o^@24" | |
}, | |
"bagValueForKey:withCompletionHandler:": { | |
"sel": "bagValueForKey:withCompletionHandler:", | |
"imp": "0x1a28f5c24", | |
"type": "v32@0:8@16@?24" | |
}, | |
"_legacyStoreClient": { | |
"sel": "_legacyStoreClient", | |
"imp": "0x1a28fb634", | |
"type": "@16@0:8" | |
}, | |
"storeSecureURLScheme": { | |
"sel": "storeSecureURLScheme", | |
"imp": "0x1a292fce4", | |
"type": "@16@0:8" | |
}, | |
"bagURLForKey:error:": { | |
"sel": "bagURLForKey:error:", | |
"imp": "0x1a292ffd4", | |
"type": "@32@0:8@16o^@24" | |
}, | |
"initWithClientIdentifier:serverType:": { | |
"sel": "initWithClientIdentifier:serverType:", | |
"imp": "0x1a28f28fc", | |
"type": "@32@0:8@16q24" | |
}, | |
"bagValuesForKeys:error:": { | |
"sel": "bagValuesForKeys:error:", | |
"imp": "0x1a28f9f08", | |
"type": "@32@0:8@16^@24" | |
}, | |
"bagValuesForKeys:withCompletionHandler:": { | |
"sel": "bagValuesForKeys:withCompletionHandler:", | |
"imp": "0x1a28f5d74", | |
"type": "v32@0:8@16@?24" | |
}, | |
"_setStoreFrontIdentifier:": { | |
"sel": "_setStoreFrontIdentifier:", | |
"imp": "0x1a292fb4c", | |
"type": "v24@0:8@16" | |
}, | |
"storeURLScheme": { | |
"sel": "storeURLScheme", | |
"imp": "0x1a292fbd8", | |
"type": "@16@0:8" | |
}, | |
"_preferencesDomain": { | |
"sel": "_preferencesDomain", | |
"imp": "0x1a28fa6ec", | |
"type": "@16@0:8" | |
}, | |
"bagURLForKey:withCompletionHandler:": { | |
"sel": "bagURLForKey:withCompletionHandler:", | |
"imp": "0x1a28fe9d4", | |
"type": "v32@0:8@16@?24" | |
}, | |
"_ams_createBagContract": { | |
"sel": "_ams_createBagContract", | |
"imp": "0x1a29300c4", | |
"type": "@16@0:8" | |
} | |
}, | |
"superclass": "NSObject" | |
}, | |
"CKBookLibrary": { | |
"name": "CKBookLibrary", | |
"address": "0x1d2c38d78", | |
"class_methods": { | |
"_sharedDAAPLibrary": { | |
"sel": "_sharedDAAPLibrary", | |
"imp": "0x1a28fc170", | |
"type": "@16@0:8" | |
}, | |
"titleSortDescriptors": { | |
"sel": "titleSortDescriptors", | |
"imp": "0x1a2930fa4", | |
"type": "@16@0:8" | |
}, | |
"authorSortDescriptors": { | |
"sel": "authorSortDescriptors", | |
"imp": "0x1a2931068", | |
"type": "@16@0:8" | |
}, | |
"categorySortDescriptors": { | |
"sel": "categorySortDescriptors", | |
"imp": "0x1a293112c", | |
"type": "@16@0:8" | |
}, | |
"shelfSortDescriptors": { | |
"sel": "shelfSortDescriptors", | |
"imp": "0x1a29311f0", | |
"type": "@16@0:8" | |
}, | |
"hasSampleWithItemIdentifier:returningMetadata:": { | |
"sel": "hasSampleWithItemIdentifier:returningMetadata:", | |
"imp": "0x1a2931814", | |
"type": "B32@0:8@16^@24" | |
} | |
}, | |
"instance_methods": { | |
"delegate": { | |
"sel": "delegate", | |
"imp": "0x1a2931c30", | |
"type": "@16@0:8" | |
}, | |
"setDelegate:": { | |
"sel": "setDelegate:", | |
"imp": "0x1a28fc878", | |
"type": "v24@0:8@16" | |
}, | |
".cxx_destruct": { | |
"sel": ".cxx_destruct", | |
"imp": "0x1a2931c64", | |
"type": "v16@0:8" | |
}, | |
"addObserver:": { | |
"sel": "addObserver:", | |
"imp": "0x1a28fc8f4", | |
"type": "@24@0:8@16" | |
}, | |
"removeObserver:": { | |
"sel": "removeObserver:", | |
"imp": "0x1a29311f8", | |
"type": "v24@0:8@16" | |
}, | |
"token": { | |
"sel": "token", | |
"imp": "0x1a28fca74", | |
"type": "@16@0:8" | |
}, | |
"sortDescriptors": { | |
"sel": "sortDescriptors", | |
"imp": "0x1a28fcce8", | |
"type": "@16@0:8" | |
}, | |
"setSortDescriptors:": { | |
"sel": "setSortDescriptors:", | |
"imp": "0x1a2931c20", | |
"type": "v24@0:8@16" | |
}, | |
"observers": { | |
"sel": "observers", | |
"imp": "0x1a28fca68", | |
"type": "@16@0:8" | |
}, | |
"setObservers:": { | |
"sel": "setObservers:", | |
"imp": "0x1a2931c5c", | |
"type": "v24@0:8@16" | |
}, | |
"setToken:": { | |
"sel": "setToken:", | |
"imp": "0x1a28fca8c", | |
"type": "v24@0:8@16" | |
}, | |
"libraryType": { | |
"sel": "libraryType", | |
"imp": "0x1a28fcb60", | |
"type": "q16@0:8" | |
}, | |
"library": { | |
"sel": "library", | |
"imp": "0x1a28fca80", | |
"type": "@16@0:8" | |
}, | |
"storeDAAPLibrary:addedItems:removedItems:": { | |
"sel": "storeDAAPLibrary:addedItems:removedItems:", | |
"imp": "0x1a2931368", | |
"type": "v40@0:8@16@24@32" | |
}, | |
"_filteredAndSortedLocalItems": { | |
"sel": "_filteredAndSortedLocalItems", | |
"imp": "0x1a2930754", | |
"type": "@16@0:8" | |
}, | |
"_filteredAndSortedPurchasedItems": { | |
"sel": "_filteredAndSortedPurchasedItems", | |
"imp": "0x1a28fcb68", | |
"type": "@16@0:8" | |
}, | |
"_bookFromDAAPItem:": { | |
"sel": "_bookFromDAAPItem:", | |
"imp": "0x1a28fcf68", | |
"type": "@24@0:8@16" | |
}, | |
"booksAtIndexes:": { | |
"sel": "booksAtIndexes:", | |
"imp": "0x1a28fccf4", | |
"type": "@24@0:8@16" | |
}, | |
"searchPredicate": { | |
"sel": "searchPredicate", | |
"imp": "0x1a28fccdc", | |
"type": "@16@0:8" | |
}, | |
"_localBooks": { | |
"sel": "_localBooks", | |
"imp": "0x1a2930ce0", | |
"type": "@16@0:8" | |
}, | |
"initWithLibraryType:": { | |
"sel": "initWithLibraryType:", | |
"imp": "0x1a28fc030", | |
"type": "@24@0:8q16" | |
}, | |
"countOfBooks": { | |
"sel": "countOfBooks", | |
"imp": "0x1a28fcae8", | |
"type": "Q16@0:8" | |
}, | |
"objectInBooksAtIndex:": { | |
"sel": "objectInBooksAtIndex:", | |
"imp": "0x1a2930698", | |
"type": "@24@0:8Q16" | |
}, | |
"bookWithItemIdentifier:": { | |
"sel": "bookWithItemIdentifier:", | |
"imp": "0x1a29308ac", | |
"type": "@24@0:8Q16" | |
}, | |
"pollForPurchasedBooks": { | |
"sel": "pollForPurchasedBooks", | |
"imp": "0x1a28fca94", | |
"type": "v16@0:8" | |
}, | |
"setSearchPredicate:": { | |
"sel": "setSearchPredicate:", | |
"imp": "0x1a2931c28", | |
"type": "v24@0:8@16" | |
} | |
}, | |
"superclass": "NSObject" | |
}, | |
"CKPrivacyController": { | |
"name": "CKPrivacyController", | |
"address": "0x1d2c38d80", | |
"class_methods": { | |
"shouldDisplayPrivacyLinkForIdentifier:storeClient:": { | |
"sel": "shouldDisplayPrivacyLinkForIdentifier:storeClient:", | |
"imp": "0x1a28fe6e0", | |
"type": "B32@0:8@16@24" | |
}, | |
"_shouldDisableGDPR": { | |
"sel": "_shouldDisableGDPR", | |
"imp": "0x1a28fe960", | |
"type": "B16@0:8" | |
}, | |
"acknowledgePrivacyLinkForIdentifier:storeClient:": { | |
"sel": "acknowledgePrivacyLinkForIdentifier:storeClient:", | |
"imp": "0x1a2931cd4", | |
"type": "v32@0:8@16@24" | |
}, | |
"_mergeLocalPrivacyConsentWithAccount:": { | |
"sel": "_mergeLocalPrivacyConsentWithAccount:", | |
"imp": "0x1a2931ebc", | |
"type": "B24@0:8@16" | |
}, | |
"_acknowledgePrivacyConsentForIdentifiers:account:": { | |
"sel": "_acknowledgePrivacyConsentForIdentifiers:account:", | |
"imp": "0x1a2931ec4", | |
"type": "v32@0:8@16@24" | |
} | |
}, | |
"instance_methods": {}, | |
"superclass": "NSObject" | |
}, | |
"CKLicenseAgreementSheet": { | |
"name": "CKLicenseAgreementSheet", | |
"address": "0x1d2c38d88", | |
"class_methods": {}, | |
"instance_methods": { | |
"init": { | |
"sel": "init", | |
"imp": "0x1a2932088", | |
"type": "@16@0:8" | |
}, | |
".cxx_destruct": { | |
"sel": ".cxx_destruct", | |
"imp": "0x1a293260c", | |
"type": "v16@0:8" | |
}, | |
"cancel:": { | |
"sel": "cancel:", | |
"imp": "0x1a2932588", | |
"type": "v24@0:8@16" | |
}, | |
"_nibName": { | |
"sel": "_nibName", | |
"imp": "0x1a29320fc", | |
"type": "@16@0:8" | |
}, | |
"hostWindow": { | |
"sel": "hostWindow", | |
"imp": "0x1a29325c4", | |
"type": "@16@0:8" | |
}, | |
"setHostWindow:": { | |
"sel": "setHostWindow:", | |
"imp": "0x1a29325f8", | |
"type": "v24@0:8@16" | |
}, | |
"didEndSheet:returnCode:contextInfo:": { | |
"sel": "didEndSheet:returnCode:contextInfo:", | |
"imp": "0x1a2932420", | |
"type": "v40@0:8@16q24^v32" | |
}, | |
"setProductKeys:": { | |
"sel": "setProductKeys:", | |
"imp": "0x1a29325b8", | |
"type": "v24@0:8@16" | |
}, | |
"productKeys": { | |
"sel": "productKeys", | |
"imp": "0x1a29325a8", | |
"type": "@16@0:8" | |
}, | |
"_dismissPanelWithCode:": { | |
"sel": "_dismissPanelWithCode:", | |
"imp": "0x1a2932478", | |
"type": "v24@0:8q16" | |
}, | |
"initWithUpdateProductKeys:": { | |
"sel": "initWithUpdateProductKeys:", | |
"imp": "0x1a2931fdc", | |
"type": "@24@0:8@16" | |
}, | |
"_textValueKey": { | |
"sel": "_textValueKey", | |
"imp": "0x1a2932108", | |
"type": "@16@0:8" | |
}, | |
"_titleValueKey": { | |
"sel": "_titleValueKey", | |
"imp": "0x1a2932114", | |
"type": "@16@0:8" | |
}, | |
"userAgreedToAllAgreementsWithWindowForSheet:": { | |
"sel": "userAgreedToAllAgreementsWithWindowForSheet:", | |
"imp": "0x1a293211c", | |
"type": "B24@0:8@16" | |
}, | |
"displaySheetWithTitle:content:onWindow:replyBlock:": { | |
"sel": "displaySheetWithTitle:content:onWindow:replyBlock:", | |
"imp": "0x1a2932124", | |
"type": "v48@0:8@16@24@32@?40" | |
}, | |
"agree:": { | |
"sel": "agree:", | |
"imp": "0x1a2932598", | |
"type": "v24@0:8@16" | |
} | |
}, | |
"superclass": "NSWindowController" | |
}, | |
"CKAssetDownloadQueue": { | |
"name": "CKAssetDownloadQueue", | |
"address": "0x1d2c38d90", | |
"class_methods": { | |
"downloadQueueWithIdentifier:": { | |
"sel": "downloadQueueWithIdentifier:", | |
"imp": "0x1a29326ac", | |
"type": "@24@0:8@16" | |
} | |
}, | |
"instance_methods": { | |
".cxx_destruct": { | |
"sel": ".cxx_destruct", | |
"imp": "0x1a2933558", | |
"type": "v16@0:8" | |
}, | |
"identifier": { | |
"sel": "identifier", | |
"imp": "0x1a293354c", | |
"type": "@16@0:8" | |
}, | |
"_initWithIdentifier:": { | |
"sel": "_initWithIdentifier:", | |
"imp": "0x1a29327f4", | |
"type": "@24@0:8@16" | |
}, | |
"addDownload:": { | |
"sel": "addDownload:", | |
"imp": "0x1a2932ba4", | |
"type": "v24@0:8@16" | |
}, | |
"downloads": { | |
"sel": "downloads", | |
"imp": "0x1a2932870", | |
"type": "@16@0:8" | |
}, | |
"addDownloads:": { | |
"sel": "addDownloads:", | |
"imp": "0x1a2932c64", | |
"type": "v24@0:8@16" | |
}, | |
"_identifiersForDownloads:": { | |
"sel": "_identifiersForDownloads:", | |
"imp": "0x1a293327c", | |
"type": "@24@0:8@16" | |
}, | |
"downloadWithItemIdentifier:": { | |
"sel": "downloadWithItemIdentifier:", | |
"imp": "0x1a29329fc", | |
"type": "@24@0:8@16" | |
}, | |
"pauseDownloads:": { | |
"sel": "pauseDownloads:", | |
"imp": "0x1a2932f0c", | |
"type": "v24@0:8@16" | |
}, | |
"resumeDownloads:": { | |
"sel": "resumeDownloads:", | |
"imp": "0x1a2932fe8", | |
"type": "v24@0:8@16" | |
}, | |
"cancelDownloads:": { | |
"sel": "cancelDownloads:", | |
"imp": "0x1a29330c4", | |
"type": "v24@0:8@16" | |
}, | |
"finishDownloads:": { | |
"sel": "finishDownloads:", | |
"imp": "0x1a29331a0", | |
"type": "v24@0:8@16" | |
}, | |
"addDownloadQueueObserver:": { | |
"sel": "addDownloadQueueObserver:", | |
"imp": "0x1a2933420", | |
"type": "@24@0:8@16" | |
}, | |
"removeDownloadQueueObserver:": { | |
"sel": "removeDownloadQueueObserver:", | |
"imp": "0x1a29334c0", | |
"type": "v24@0:8@16" | |
} | |
}, | |
"superclass": "NSObject" | |
}, | |
"CKFirmwareWarningSheet": { | |
"name": "CKFirmwareWarningSheet", | |
"address": "0x1d2c38d98", | |
"class_methods": {}, | |
"instance_methods": { | |
"_nibName": { | |
"sel": "_nibName", | |
"imp": "0x1a2933564", | |
"type": "@16@0:8" | |
}, | |
"_textValueKey": { | |
"sel": "_textValueKey", | |
"imp": "0x1a2933570", | |
"type": "@16@0:8" | |
}, | |
"_titleValueKey": { | |
"sel": "_titleValueKey", | |
"imp": "0x1a293357c", | |
"type": "@16@0:8" | |
}, | |
"userConfirmedAllWarningsWithWindowForSheet:": { | |
"sel": "userConfirmedAllWarningsWithWindowForSheet:", | |
"imp": "0x1a2933588", | |
"type": "B24@0:8@16" | |
} | |
}, | |
"superclass": "CKLicenseAgreementSheet" | |
}, | |
"CKDownload": { | |
"name": "CKDownload", | |
"address": "0x1d2c38da0", | |
"class_methods": { | |
"supportsSecureCoding": { | |
"sel": "supportsSecureCoding", | |
"imp": "0x1a29346c0", | |
"type": "B16@0:8" | |
} | |
}, | |
"instance_methods": { | |
"description": { | |
"sel": "description", | |
"imp": "0x1a29340cc", | |
"type": "@16@0:8" | |
}, | |
"encodeWithCoder:": { | |
"sel": "encodeWithCoder:", | |
"imp": "0x1a2934b9c", | |
"type": "v24@0:8@16" | |
}, | |
"initWithCoder:": { | |
"sel": "initWithCoder:", | |
"imp": "0x1a29346c8", | |
"type": "@24@0:8@16" | |
}, | |
"itemIdentifier": { | |
"sel": "itemIdentifier", | |
"imp": "0x1a2934fb0", | |
"type": "@16@0:8" | |
}, | |
".cxx_destruct": { | |
"sel": ".cxx_destruct", | |
"imp": "0x1a2935078", | |
"type": "v16@0:8" | |
}, | |
"resume": { | |
"sel": "resume", | |
"imp": "0x1a2934300", | |
"type": "v16@0:8" | |
}, | |
"identifier": { | |
"sel": "identifier", | |
"imp": "0x1a2934fa4", | |
"type": "@16@0:8" | |
}, | |
"finish": { | |
"sel": "finish", | |
"imp": "0x1a2934580", | |
"type": "v16@0:8" | |
}, | |
"pause": { | |
"sel": "pause", | |
"imp": "0x1a29341c0", | |
"type": "v16@0:8" | |
}, | |
"versionIdentifier": { | |
"sel": "versionIdentifier", | |
"imp": "0x1a2934fbc", | |
"type": "@16@0:8" | |
}, | |
"status": { | |
"sel": "status", | |
"imp": "0x1a2934fdc", | |
"type": "@16@0:8" | |
}, | |
"cancel": { | |
"sel": "cancel", | |
"imp": "0x1a2934440", | |
"type": "v16@0:8" | |
}, | |
"setPriority:": { | |
"sel": "setPriority:", | |
"imp": "0x1a2935010", | |
"type": "v20@0:8C16" | |
}, | |
"priority": { | |
"sel": "priority", | |
"imp": "0x1a2935004", | |
"type": "C16@0:8" | |
}, | |
"metadata": { | |
"sel": "metadata", | |
"imp": "0x1a2934fd0", | |
"type": "@16@0:8" | |
}, | |
"setStatus:": { | |
"sel": "setStatus:", | |
"imp": "0x1a2934fe8", | |
"type": "v24@0:8@16" | |
}, | |
"assets": { | |
"sel": "assets", | |
"imp": "0x1a2935058", | |
"type": "@16@0:8" | |
}, | |
"storeClient": { | |
"sel": "storeClient", | |
"imp": "0x1a2935040", | |
"type": "@16@0:8" | |
}, | |
"_initWithStoreClient:purchaseResponseDictionary:": { | |
"sel": "_initWithStoreClient:purchaseResponseDictionary:", | |
"imp": "0x1a29335c0", | |
"type": "@32@0:8@16@24" | |
}, | |
"downloadQueueIdentifier": { | |
"sel": "downloadQueueIdentifier", | |
"imp": "0x1a2935064", | |
"type": "@16@0:8" | |
}, | |
"setDownloadQueueIdentifier:": { | |
"sel": "setDownloadQueueIdentifier:", | |
"imp": "0x1a2935070", | |
"type": "v24@0:8@16" | |
}, | |
"primaryAssetSize": { | |
"sel": "primaryAssetSize", | |
"imp": "0x1a2934fc8", | |
"type": "Q16@0:8" | |
}, | |
"cancelURL": { | |
"sel": "cancelURL", | |
"imp": "0x1a293504c", | |
"type": "@16@0:8" | |
}, | |
"verifyAsset": { | |
"sel": "verifyAsset", | |
"imp": "0x1a293502c", | |
"type": "B16@0:8" | |
}, | |
"decryptAsset": { | |
"sel": "decryptAsset", | |
"imp": "0x1a2935018", | |
"type": "B16@0:8" | |
}, | |
"installedVersionIdentifier": { | |
"sel": "installedVersionIdentifier", | |
"imp": "0x1a2934ff0", | |
"type": "@16@0:8" | |
}, | |
"setInstalledVersionIdentifier:": { | |
"sel": "setInstalledVersionIdentifier:", | |
"imp": "0x1a2934ffc", | |
"type": "v24@0:8@16" | |
}, | |
"setDecryptAsset:": { | |
"sel": "setDecryptAsset:", | |
"imp": "0x1a2935024", | |
"type": "v20@0:8B16" | |
}, | |
"setVerifyAsset:": { | |
"sel": "setVerifyAsset:", | |
"imp": "0x1a2935038", | |
"type": "v20@0:8B16" | |
} | |
}, | |
"superclass": "NSObject" | |
} | |
}, | |
"protocols": { | |
"NSObject": { | |
"name": "NSObject", | |
"address": "0x1d6f7af68", | |
"class_methods": {}, | |
"instance_methods": { | |
"retain": { | |
"sel": "retain", | |
"imp": "0x0", | |
"type": "@16@0:8" | |
}, | |
"release": { | |
"sel": "release", | |
"imp": "0x0", | |
"type": "Vv16@0:8" | |
}, | |
"retainCount": { | |
"sel": "retainCount", | |
"imp": "0x0", | |
"type": "Q16@0:8" | |
}, | |
"autorelease": { | |
"sel": "autorelease", | |
"imp": "0x0", | |
"type": "@16@0:8" | |
}, | |
"isEqual:": { | |
"sel": "isEqual:", | |
"imp": "0x0", | |
"type": "B24@0:8@16" | |
}, | |
"class": { | |
"sel": "class", | |
"imp": "0x0", | |
"type": "#16@0:8" | |
}, | |
"self": { | |
"sel": "self", | |
"imp": "0x0", | |
"type": "@16@0:8" | |
}, | |
"performSelector:": { | |
"sel": "performSelector:", | |
"imp": "0x0", | |
"type": "@24@0:8:16" | |
}, | |
"performSelector:withObject:": { | |
"sel": "performSelector:withObject:", | |
"imp": "0x0", | |
"type": "@32@0:8:16@24" | |
}, | |
"performSelector:withObject:withObject:": { | |
"sel": "performSelector:withObject:withObject:", | |
"imp": "0x0", | |
"type": "@40@0:8:16@24@32" | |
}, | |
"isProxy": { | |
"sel": "isProxy", | |
"imp": "0x0", | |
"type": "B16@0:8" | |
}, | |
"isKindOfClass:": { | |
"sel": "isKindOfClass:", | |
"imp": "0x0", | |
"type": "B24@0:8#16" | |
}, | |
"isMemberOfClass:": { | |
"sel": "isMemberOfClass:", | |
"imp": "0x0", | |
"type": "B24@0:8#16" | |
}, | |
"conformsToProtocol:": { | |
"sel": "conformsToProtocol:", | |
"imp": "0x0", | |
"type": "B24@0:8@16" | |
}, | |
"respondsToSelector:": { | |
"sel": "respondsToSelector:", | |
"imp": "0x0", | |
"type": "B24@0:8:16" | |
}, | |
"zone": { | |
"sel": "zone", | |
"imp": "0x0", | |
"type": "^{_NSZone=}16@0:8" | |
}, | |
"hash": { | |
"sel": "hash", | |
"imp": "0x0", | |
"type": "Q16@0:8" | |
}, | |
"superclass": { | |
"sel": "superclass", | |
"imp": "0x0", | |
"type": "#16@0:8" | |
}, | |
"description": { | |
"sel": "description", | |
"imp": "0x0", | |
"type": "@16@0:8" | |
} | |
}, | |
"optional_class_methods": {}, | |
"optional_instance_methods": { | |
"debugDescription": { | |
"sel": "debugDescription", | |
"imp": "0x0", | |
"type": "@16@0:8" | |
} | |
} | |
}, | |
"AccountObserver": { | |
"name": "AccountObserver", | |
"address": "0x1d6f7afc8", | |
"class_methods": {}, | |
"instance_methods": { | |
"storeClient:changedPrimaryAccount:": { | |
"sel": "storeClient:changedPrimaryAccount:", | |
"imp": "0x0", | |
"type": "v32@0:8@16@24" | |
} | |
}, | |
"optional_class_methods": {}, | |
"optional_instance_methods": {} | |
}, | |
"DownloadQueueObserver": { | |
"name": "DownloadQueueObserver", | |
"address": "0x1d6f7b028", | |
"class_methods": {}, | |
"instance_methods": { | |
"downloadQueueWithIdentifier:addedDownloads:": { | |
"sel": "downloadQueueWithIdentifier:addedDownloads:", | |
"imp": "0x0", | |
"type": "v32@0:8@16@24" | |
}, | |
"downloadQueueWithIdentifier:statusChangedForDownloads:": { | |
"sel": "downloadQueueWithIdentifier:statusChangedForDownloads:", | |
"imp": "0x0", | |
"type": "v32@0:8@16@24" | |
} | |
}, | |
"optional_class_methods": {}, | |
"optional_instance_methods": {} | |
}, | |
"PurchaseQueueObserver": { | |
"name": "PurchaseQueueObserver", | |
"address": "0x1d6f7b088", | |
"class_methods": {}, | |
"instance_methods": { | |
"purchaseQueueWithIdentifier:updatedTransactions:": { | |
"sel": "purchaseQueueWithIdentifier:updatedTransactions:", | |
"imp": "0x0", | |
"type": "v32@0:8@16@24" | |
}, | |
"purchaseQueueWithIdentifier:addedTransactions:": { | |
"sel": "purchaseQueueWithIdentifier:addedTransactions:", | |
"imp": "0x0", | |
"type": "v32@0:8@16@24" | |
} | |
}, | |
"optional_class_methods": {}, | |
"optional_instance_methods": {} | |
}, | |
"PurchaseQueueDelegate": { | |
"name": "PurchaseQueueDelegate", | |
"address": "0x1d6f7b0e8", | |
"class_methods": {}, | |
"instance_methods": { | |
"unsetDelegateForPurchaseQueueWithIdentifier:": { | |
"sel": "unsetDelegateForPurchaseQueueWithIdentifier:", | |
"imp": "0x0", | |
"type": "v24@0:8@16" | |
}, | |
"displayDialog:forTransaction:reply:": { | |
"sel": "displayDialog:forTransaction:reply:", | |
"imp": "0x0", | |
"type": "v40@0:8@16@24@?32" | |
}, | |
"authenticateWithDialog:settings:forTransaction:reply:": { | |
"sel": "authenticateWithDialog:settings:forTransaction:reply:", | |
"imp": "0x0", | |
"type": "v48@0:8@16@24@32@?40" | |
}, | |
"signChallenge:forTransaction:reply:": { | |
"sel": "signChallenge:forTransaction:reply:", | |
"imp": "0x0", | |
"type": "v40@0:8@16@24@?32" | |
}, | |
"promptTouchIDEnableForTransaction:reply:": { | |
"sel": "promptTouchIDEnableForTransaction:reply:", | |
"imp": "0x0", | |
"type": "v32@0:8@16@?24" | |
}, | |
"shouldContinueTransaction:withNewStorefront:reply:": { | |
"sel": "shouldContinueTransaction:withNewStorefront:reply:", | |
"imp": "0x0", | |
"type": "v40@0:8@16@24@?32" | |
} | |
}, | |
"optional_class_methods": {}, | |
"optional_instance_methods": {} | |
}, | |
"CommerceClient": { | |
"name": "CommerceClient", | |
"address": "0x1d6f7b148", | |
"class_methods": {}, | |
"instance_methods": {}, | |
"optional_class_methods": {}, | |
"optional_instance_methods": {} | |
}, | |
"NSCopying": { | |
"name": "NSCopying", | |
"address": "0x1d6f7b1a8", | |
"class_methods": {}, | |
"instance_methods": { | |
"copyWithZone:": { | |
"sel": "copyWithZone:", | |
"imp": "0x0", | |
"type": "@24@0:8^{_NSZone=}16" | |
} | |
}, | |
"optional_class_methods": {}, | |
"optional_instance_methods": {} | |
}, | |
"NSCoding": { | |
"name": "NSCoding", | |
"address": "0x1d6f7b208", | |
"class_methods": {}, | |
"instance_methods": { | |
"encodeWithCoder:": { | |
"sel": "encodeWithCoder:", | |
"imp": "0x0", | |
"type": "v24@0:8@16" | |
}, | |
"initWithCoder:": { | |
"sel": "initWithCoder:", | |
"imp": "0x0", | |
"type": "@24@0:8@16" | |
} | |
}, | |
"optional_class_methods": {}, | |
"optional_instance_methods": {} | |
}, | |
"NSSecureCoding": { | |
"name": "NSSecureCoding", | |
"address": "0x1d6f7b268", | |
"class_methods": { | |
"supportsSecureCoding": { | |
"sel": "supportsSecureCoding", | |
"imp": "0x0", | |
"type": "B16@0:8" | |
} | |
}, | |
"instance_methods": {}, | |
"optional_class_methods": {}, | |
"optional_instance_methods": {} | |
}, | |
"CKStoreDAAPLibraryObserver": { | |
"name": "CKStoreDAAPLibraryObserver", | |
"address": "0x1d6f7b2c8", | |
"class_methods": {}, | |
"instance_methods": {}, | |
"optional_class_methods": {}, | |
"optional_instance_methods": { | |
"storeDAAPLibrary:addedItems:removedItems:": { | |
"sel": "storeDAAPLibrary:addedItems:removedItems:", | |
"imp": "0x0", | |
"type": "v40@0:8@16@24@32" | |
} | |
} | |
}, | |
"CommerceService": { | |
"name": "CommerceService", | |
"address": "0x1d6f7b328", | |
"class_methods": {}, | |
"instance_methods": { | |
"ams_removeDeviceOffer:storeClientIdentifier:account:logKey:": { | |
"sel": "ams_removeDeviceOffer:storeClientIdentifier:account:logKey:", | |
"imp": "0x0", | |
"type": "v48@0:8@16@24@32@40" | |
}, | |
"setAccountObserverForClient:": { | |
"sel": "setAccountObserverForClient:", | |
"imp": "0x0", | |
"type": "v24@0:8@16" | |
}, | |
"setObserverForPurchaseQueueWithIdentifier:": { | |
"sel": "setObserverForPurchaseQueueWithIdentifier:", | |
"imp": "0x0", | |
"type": "v24@0:8@16" | |
}, | |
"setDelegateForPurchaseQueueWithIdentifier:": { | |
"sel": "setDelegateForPurchaseQueueWithIdentifier:", | |
"imp": "0x0", | |
"type": "v24@0:8@16" | |
}, | |
"setObserverForDownloadQueueWithIdentifier:": { | |
"sel": "setObserverForDownloadQueueWithIdentifier:", | |
"imp": "0x0", | |
"type": "v24@0:8@16" | |
}, | |
"unsetAccountObserverForClient:": { | |
"sel": "unsetAccountObserverForClient:", | |
"imp": "0x0", | |
"type": "v24@0:8@16" | |
}, | |
"unsetObserverForPurchaseQueueWithIdentifier:": { | |
"sel": "unsetObserverForPurchaseQueueWithIdentifier:", | |
"imp": "0x0", | |
"type": "v24@0:8@16" | |
}, | |
"unsetObserverForDownloadQueueWithIdentifier:": { | |
"sel": "unsetObserverForDownloadQueueWithIdentifier:", | |
"imp": "0x0", | |
"type": "v24@0:8@16" | |
}, | |
"unsetDelegateForPurchaseQueueWithIdentifier:": { | |
"sel": "unsetDelegateForPurchaseQueueWithIdentifier:", | |
"imp": "0x0", | |
"type": "v24@0:8@16" | |
}, | |
"primaryAccountForClient:reply:": { | |
"sel": "primaryAccountForClient:reply:", | |
"imp": "0x0", | |
"type": "v32@0:8@16@?24" | |
}, | |
"deviceSerialNumberWithReply:": { | |
"sel": "deviceSerialNumberWithReply:", | |
"imp": "0x0", | |
"type": "v24@0:8@?16" | |
}, | |
"deviceROMAddressWithReply:": { | |
"sel": "deviceROMAddressWithReply:", | |
"imp": "0x0", | |
"type": "v24@0:8@?16" | |
}, | |
"storefrontForClient:reply:": { | |
"sel": "storefrontForClient:reply:", | |
"imp": "0x0", | |
"type": "v32@0:8@16@?24" | |
}, | |
"setStorefront:forClient:": { | |
"sel": "setStorefront:forClient:", | |
"imp": "0x0", | |
"type": "v32@0:8@16@24" | |
}, | |
"bagValuesForKeys:client:reply:": { | |
"sel": "bagValuesForKeys:client:reply:", | |
"imp": "0x0", | |
"type": "v40@0:8@16@24@?32" | |
}, | |
"bagDictionaryForClient:reply:": { | |
"sel": "bagDictionaryForClient:reply:", | |
"imp": "0x0", | |
"type": "v32@0:8@16@?24" | |
}, | |
"runStoreRequest:reply:": { | |
"sel": "runStoreRequest:reply:", | |
"imp": "0x0", | |
"type": "v32@0:8@16@?24" | |
}, | |
"URLRequestForStoreRequest:reply:": { | |
"sel": "URLRequestForStoreRequest:reply:", | |
"imp": "0x0", | |
"type": "v32@0:8@16@?24" | |
}, | |
"cookieHeaderForStoreRequest:reply:": { | |
"sel": "cookieHeaderForStoreRequest:reply:", | |
"imp": "0x0", | |
"type": "v32@0:8@16@?24" | |
}, | |
"processURLResponse:forRequest:client:reply:": { | |
"sel": "processURLResponse:forRequest:client:reply:", | |
"imp": "0x0", | |
"type": "v48@0:8@16@24@32@?40" | |
}, | |
"demoModeEnabledWithReply:": { | |
"sel": "demoModeEnabledWithReply:", | |
"imp": "0x0", | |
"type": "v24@0:8@?16" | |
}, | |
"demoAccountWithReply:": { | |
"sel": "demoAccountWithReply:", | |
"imp": "0x0", | |
"type": "v24@0:8@?16" | |
}, | |
"knownAccountsForClient:reply:": { | |
"sel": "knownAccountsForClient:reply:", | |
"imp": "0x0", | |
"type": "v32@0:8@16@?24" | |
}, | |
"kbSyncForTransactionType:account:reply:": { | |
"sel": "kbSyncForTransactionType:account:reply:", | |
"imp": "0x0", | |
"type": "v36@0:8C16@20@?28" | |
}, | |
"importKeyBag:diversityBag:": { | |
"sel": "importKeyBag:diversityBag:", | |
"imp": "0x0", | |
"type": "v32@0:8@16@24" | |
}, | |
"deleteKeyBagForAccount:": { | |
"sel": "deleteKeyBagForAccount:", | |
"imp": "0x0", | |
"type": "v24@0:8@16" | |
}, | |
"addPurchaseTransactions:toQueueWithIdentifier:": { | |
"sel": "addPurchaseTransactions:toQueueWithIdentifier:", | |
"imp": "0x0", | |
"type": "v32@0:8@16@24" | |
}, | |
"cancelPurchaseTransactionWithResumeData:": { | |
"sel": "cancelPurchaseTransactionWithResumeData:", | |
"imp": "0x0", | |
"type": "v24@0:8@16" | |
}, | |
"resumePurchaseTransactionWithResumeData:storeResponse:": { | |
"sel": "resumePurchaseTransactionWithResumeData:storeResponse:", | |
"imp": "0x0", | |
"type": "v32@0:8@16@24" | |
}, | |
"downloadsForQueueWithIdentifier:reply:": { | |
"sel": "downloadsForQueueWithIdentifier:reply:", | |
"imp": "0x0", | |
"type": "v32@0:8@16@?24" | |
}, | |
"addDownloads:toQueueWithIdentifier:": { | |
"sel": "addDownloads:toQueueWithIdentifier:", | |
"imp": "0x0", | |
"type": "v32@0:8@16@24" | |
}, | |
"pauseDownloadsWithIdentifiers:onQueueWithIdentifier:": { | |
"sel": "pauseDownloadsWithIdentifiers:onQueueWithIdentifier:", | |
"imp": "0x0", | |
"type": "v32@0:8@16@24" | |
}, | |
"resumeDownloadsWithIdentifiers:onQueueWithIdentifier:": { | |
"sel": "resumeDownloadsWithIdentifiers:onQueueWithIdentifier:", | |
"imp": "0x0", | |
"type": "v32@0:8@16@24" | |
}, | |
"cancelDownloadsWithIdentifiers:onQueueWithIdentifier:": { | |
"sel": "cancelDownloadsWithIdentifiers:onQueueWithIdentifier:", | |
"imp": "0x0", | |
"type": "v32@0:8@16@24" | |
}, | |
"finishDownloadsWithIdentifiers:onQueueWithIdentifier:": { | |
"sel": "finishDownloadsWithIdentifiers:onQueueWithIdentifier:", | |
"imp": "0x0", | |
"type": "v32@0:8@16@24" | |
}, | |
"globalTouchIDStateWithReply:": { | |
"sel": "globalTouchIDStateWithReply:", | |
"imp": "0x0", | |
"type": "v24@0:8@?16" | |
}, | |
"setGlobalTouchIDState:reply:": { | |
"sel": "setGlobalTouchIDState:reply:", | |
"imp": "0x0", | |
"type": "v32@0:8q16@?24" | |
}, | |
"touchIDStateForAccount:reply:": { | |
"sel": "touchIDStateForAccount:reply:", | |
"imp": "0x0", | |
"type": "v32@0:8@16@?24" | |
}, | |
"setTouchIDState:forAccount:reply:": { | |
"sel": "setTouchIDState:forAccount:reply:", | |
"imp": "0x0", | |
"type": "v40@0:8q16@24@?32" | |
}, | |
"touchIDPublicKeyWithReply:": { | |
"sel": "touchIDPublicKeyWithReply:", | |
"imp": "0x0", | |
"type": "v24@0:8@?16" | |
}, | |
"touchIDAttestationBlobWithReply:": { | |
"sel": "touchIDAttestationBlobWithReply:", | |
"imp": "0x0", | |
"type": "v24@0:8@?16" | |
}, | |
"clearTouchIDPrivateKeyWithReply:": { | |
"sel": "clearTouchIDPrivateKeyWithReply:", | |
"imp": "0x0", | |
"type": "v24@0:8@?16" | |
}, | |
"signTouchIDChallenge:withCaller:reply:": { | |
"sel": "signTouchIDChallenge:withCaller:reply:", | |
"imp": "0x0", | |
"type": "v40@0:8@16@24@?32" | |
}, | |
"openSigningSessionForClient:primed:reply:": { | |
"sel": "openSigningSessionForClient:primed:reply:", | |
"imp": "0x0", | |
"type": "v36@0:8@16B24@?28" | |
}, | |
"signingSession:signData:reply:": { | |
"sel": "signingSession:signData:reply:", | |
"imp": "0x0", | |
"type": "v40@0:8@16@24@?32" | |
}, | |
"signingSession:processSignature:": { | |
"sel": "signingSession:processSignature:", | |
"imp": "0x0", | |
"type": "v32@0:8@16@24" | |
}, | |
"closeSigningSession:": { | |
"sel": "closeSigningSession:", | |
"imp": "0x0", | |
"type": "v24@0:8@16" | |
} | |
}, | |
"optional_class_methods": {}, | |
"optional_instance_methods": {} | |
}, | |
"AMSRequestPresentationDelegate": { | |
"name": "AMSRequestPresentationDelegate", | |
"address": "0x1d6f7b388", | |
"class_methods": {}, | |
"instance_methods": { | |
"handleAuthenticateRequest:completion:": { | |
"sel": "handleAuthenticateRequest:completion:", | |
"imp": "0x0", | |
"type": "v32@0:8@16@?24" | |
}, | |
"handleDialogRequest:completion:": { | |
"sel": "handleDialogRequest:completion:", | |
"imp": "0x0", | |
"type": "v32@0:8@16@?24" | |
} | |
}, | |
"optional_class_methods": {}, | |
"optional_instance_methods": {} | |
}, | |
"ISOperationDelegate": { | |
"name": "ISOperationDelegate", | |
"address": "0x1d6f7b3e8", | |
"class_methods": {}, | |
"instance_methods": {}, | |
"optional_class_methods": {}, | |
"optional_instance_methods": { | |
"operation:failedWithError:": { | |
"sel": "operation:failedWithError:", | |
"imp": "0x0", | |
"type": "v32@0:8@16@24" | |
}, | |
"operationFinished:": { | |
"sel": "operationFinished:", | |
"imp": "0x0", | |
"type": "v24@0:8@16" | |
}, | |
"operation:updatedProgress:": { | |
"sel": "operation:updatedProgress:", | |
"imp": "0x0", | |
"type": "v32@0:8@16@24" | |
} | |
} | |
}, | |
"ISURLOperationDelegate": { | |
"name": "ISURLOperationDelegate", | |
"address": "0x1d6f7b448", | |
"class_methods": {}, | |
"instance_methods": {}, | |
"optional_class_methods": {}, | |
"optional_instance_methods": { | |
"operation:finishedWithOutput:": { | |
"sel": "operation:finishedWithOutput:", | |
"imp": "0x0", | |
"type": "v32@0:8@16@24" | |
}, | |
"operation:didReceiveResponse:": { | |
"sel": "operation:didReceiveResponse:", | |
"imp": "0x0", | |
"type": "v32@0:8@16@24" | |
}, | |
"operation:willSendRequest:": { | |
"sel": "operation:willSendRequest:", | |
"imp": "0x0", | |
"type": "v32@0:8@16@24" | |
} | |
} | |
}, | |
"ISSoftwareMapObserver": { | |
"name": "ISSoftwareMapObserver", | |
"address": "0x1d6f7b4a8", | |
"class_methods": {}, | |
"instance_methods": { | |
"softwareProduct:updatedState:": { | |
"sel": "softwareProduct:updatedState:", | |
"imp": "0x0", | |
"type": "v32@0:8@16q24" | |
} | |
}, | |
"optional_class_methods": {}, | |
"optional_instance_methods": {} | |
}, | |
"CKAccountObserver": { | |
"name": "CKAccountObserver", | |
"address": "0x1d6f7b508", | |
"class_methods": {}, | |
"instance_methods": { | |
"accountStore:primaryAccountChanged:": { | |
"sel": "accountStore:primaryAccountChanged:", | |
"imp": "0x0", | |
"type": "v32@0:8@16@24" | |
} | |
}, | |
"optional_class_methods": {}, | |
"optional_instance_methods": {} | |
}, | |
"NSURLSessionDelegate": { | |
"name": "NSURLSessionDelegate", | |
"address": "0x1d6f7b568", | |
"class_methods": {}, | |
"instance_methods": {}, | |
"optional_class_methods": {}, | |
"optional_instance_methods": { | |
"URLSession:didBecomeInvalidWithError:": { | |
"sel": "URLSession:didBecomeInvalidWithError:", | |
"imp": "0x0", | |
"type": "v32@0:8@16@24" | |
}, | |
"URLSession:didReceiveChallenge:completionHandler:": { | |
"sel": "URLSession:didReceiveChallenge:completionHandler:", | |
"imp": "0x0", | |
"type": "v40@0:8@16@24@?32" | |
}, | |
"URLSessionDidFinishEventsForBackgroundURLSession:": { | |
"sel": "URLSessionDidFinishEventsForBackgroundURLSession:", | |
"imp": "0x0", | |
"type": "v24@0:8@16" | |
} | |
} | |
}, | |
"AMSURLProtocolDelegate": { | |
"name": "AMSURLProtocolDelegate", | |
"address": "0x1d6f7b5c8", | |
"class_methods": {}, | |
"instance_methods": {}, | |
"optional_class_methods": {}, | |
"optional_instance_methods": { | |
"AMSURLSession:task:handleAuthenticateRequest:completion:": { | |
"sel": "AMSURLSession:task:handleAuthenticateRequest:completion:", | |
"imp": "0x0", | |
"type": "v48@0:8@16@24@32@?40" | |
}, | |
"AMSURLSession:task:handleDialogRequest:completion:": { | |
"sel": "AMSURLSession:task:handleDialogRequest:completion:", | |
"imp": "0x0", | |
"type": "v48@0:8@16@24@32@?40" | |
}, | |
"AMSURLSession:task:handleEngagementRequest:completion:": { | |
"sel": "AMSURLSession:task:handleEngagementRequest:completion:", | |
"imp": "0x0", | |
"type": "v48@0:8@16@24@32@?40" | |
}, | |
"AMSURLSession:task:shouldFailWithServerError:": { | |
"sel": "AMSURLSession:task:shouldFailWithServerError:", | |
"imp": "0x0", | |
"type": "B40@0:8@16@24@32" | |
}, | |
"reportMetricsForContext:": { | |
"sel": "reportMetricsForContext:", | |
"imp": "0x0", | |
"type": "v24@0:8@16" | |
}, | |
"AMSURLSession:handleAuthenticateRequest:completion:": { | |
"sel": "AMSURLSession:handleAuthenticateRequest:completion:", | |
"imp": "0x0", | |
"type": "v40@0:8@16@24@?32" | |
}, | |
"AMSURLSession:handleDialogRequest:completion:": { | |
"sel": "AMSURLSession:handleDialogRequest:completion:", | |
"imp": "0x0", | |
"type": "v40@0:8@16@24@?32" | |
}, | |
"AMSURLSession:shouldFailWithServerError:": { | |
"sel": "AMSURLSession:shouldFailWithServerError:", | |
"imp": "0x0", | |
"type": "B32@0:8@16@24" | |
}, | |
"AMSURLSession:shouldHandleAuthenticationForAccount:dialogDictionary:": { | |
"sel": "AMSURLSession:shouldHandleAuthenticationForAccount:dialogDictionary:", | |
"imp": "0x0", | |
"type": "B40@0:8@16@24@32" | |
}, | |
"AMSURLSession:shouldHandleDialogDictionary:": { | |
"sel": "AMSURLSession:shouldHandleDialogDictionary:", | |
"imp": "0x0", | |
"type": "B32@0:8@16@24" | |
} | |
} | |
}, | |
"AMSDeviceOfferBagContract": { | |
"name": "AMSDeviceOfferBagContract", | |
"address": "0x1d6f7b628", | |
"class_methods": {}, | |
"instance_methods": { | |
"appleMusicDeviceOfferDeepLink": { | |
"sel": "appleMusicDeviceOfferDeepLink", | |
"imp": "0x0", | |
"type": "@16@0:8" | |
}, | |
"iCloudDeviceOfferDeepLink": { | |
"sel": "iCloudDeviceOfferDeepLink", | |
"imp": "0x0", | |
"type": "@16@0:8" | |
} | |
}, | |
"optional_class_methods": {}, | |
"optional_instance_methods": {} | |
}, | |
"NSMutableCopying": { | |
"name": "NSMutableCopying", | |
"address": "0x1d6f7b688", | |
"class_methods": {}, | |
"instance_methods": { | |
"mutableCopyWithZone:": { | |
"sel": "mutableCopyWithZone:", | |
"imp": "0x0", | |
"type": "@24@0:8^{_NSZone=}16" | |
} | |
}, | |
"optional_class_methods": {}, | |
"optional_instance_methods": {} | |
}, | |
"CKPurchaseQueueDelegate": { | |
"name": "CKPurchaseQueueDelegate", | |
"address": "0x1d6f7b6e8", | |
"class_methods": {}, | |
"instance_methods": { | |
"purchaseQueue:dialogContextForTransaction:": { | |
"sel": "purchaseQueue:dialogContextForTransaction:", | |
"imp": "0x0", | |
"type": "@32@0:8@16@24" | |
} | |
}, | |
"optional_class_methods": {}, | |
"optional_instance_methods": { | |
"purchaseQueue:shouldContinueTransaction:withNewStorefront:": { | |
"sel": "purchaseQueue:shouldContinueTransaction:withNewStorefront:", | |
"imp": "0x0", | |
"type": "B40@0:8@16@24@32" | |
} | |
} | |
}, | |
"ISStoreURLOperationDelegate": { | |
"name": "ISStoreURLOperationDelegate", | |
"address": "0x1d6f7b778", | |
"class_methods": {}, | |
"instance_methods": {}, | |
"optional_class_methods": {}, | |
"optional_instance_methods": { | |
"operation:didAuthenticateWithDSID:": { | |
"sel": "operation:didAuthenticateWithDSID:", | |
"imp": "0x0", | |
"type": "v32@0:8@16@24" | |
}, | |
"operation:shouldSetStoreFrontID:": { | |
"sel": "operation:shouldSetStoreFrontID:", | |
"imp": "0x0", | |
"type": "B32@0:8@16@24" | |
} | |
} | |
}, | |
"CKStoreRequestDelegate": { | |
"name": "CKStoreRequestDelegate", | |
"address": "0x1d6f7b7d8", | |
"class_methods": {}, | |
"instance_methods": {}, | |
"optional_class_methods": {}, | |
"optional_instance_methods": { | |
"storeRequest:didAuthenticateAccount:": { | |
"sel": "storeRequest:didAuthenticateAccount:", | |
"imp": "0x0", | |
"type": "v32@0:8@16@24" | |
} | |
} | |
}, | |
"ISOSUpdateProgressObserver": { | |
"name": "ISOSUpdateProgressObserver", | |
"address": "0x1d6f7b838", | |
"class_methods": {}, | |
"instance_methods": { | |
"osUpdates:changedProgress:": { | |
"sel": "osUpdates:changedProgress:", | |
"imp": "0x0", | |
"type": "v32@0:8@16@24" | |
} | |
}, | |
"optional_class_methods": {}, | |
"optional_instance_methods": {} | |
}, | |
"ISAvailableUpdatesObserver": { | |
"name": "ISAvailableUpdatesObserver", | |
"address": "0x1d6f7b898", | |
"class_methods": {}, | |
"instance_methods": { | |
"availableUpdatesDidChangedWithUpdates:osUpdates:badgeCount:": { | |
"sel": "availableUpdatesDidChangedWithUpdates:osUpdates:badgeCount:", | |
"imp": "0x0", | |
"type": "v40@0:8@16@24Q32" | |
} | |
}, | |
"optional_class_methods": {}, | |
"optional_instance_methods": {} | |
}, | |
"ISOSUpdateScanObserver": { | |
"name": "ISOSUpdateScanObserver", | |
"address": "0x1d6f7b8f8", | |
"class_methods": {}, | |
"instance_methods": { | |
"osUpdateScanForTags:didProgressWithPercentComplete:isFinished:error:": { | |
"sel": "osUpdateScanForTags:didProgressWithPercentComplete:isFinished:error:", | |
"imp": "0x0", | |
"type": "v40@0:8@16f24B28@32" | |
} | |
}, | |
"optional_class_methods": {}, | |
"optional_instance_methods": {} | |
}, | |
"ISDownloadQueueObserver": { | |
"name": "ISDownloadQueueObserver", | |
"address": "0x1d6f7b958", | |
"class_methods": {}, | |
"instance_methods": { | |
"downloadQueueDidAddDownload:": { | |
"sel": "downloadQueueDidAddDownload:", | |
"imp": "0x0", | |
"type": "v24@0:8@16" | |
}, | |
"downloadQueueDidRemoveDownload:queueIsIdle:": { | |
"sel": "downloadQueueDidRemoveDownload:queueIsIdle:", | |
"imp": "0x0", | |
"type": "v28@0:8@16B24" | |
}, | |
"download:didUpdateStatus:": { | |
"sel": "download:didUpdateStatus:", | |
"imp": "0x0", | |
"type": "v32@0:8@16@24" | |
}, | |
"downloadQueueDidCheckServerDownloadQueueForAccount:withDownloadCount:newDownloads:": { | |
"sel": "downloadQueueDidCheckServerDownloadQueueForAccount:withDownloadCount:newDownloads:", | |
"imp": "0x0", | |
"type": "v40@0:8@16q24@32" | |
} | |
}, | |
"optional_class_methods": {}, | |
"optional_instance_methods": {} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment