2015-08-02 20:38:38 +00:00
|
|
|
//
|
|
|
|
// Generated by class-dump 3.5 (64 bit).
|
|
|
|
//
|
|
|
|
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
|
|
|
|
//
|
|
|
|
|
2018-10-14 19:41:19 +00:00
|
|
|
#import "CKServiceInterface.h"
|
2018-04-06 03:29:15 +00:00
|
|
|
|
2018-02-21 16:18:47 +00:00
|
|
|
@class CKSoftwareMapObserver, NSMutableDictionary;
|
2015-08-02 20:38:38 +00:00
|
|
|
|
2018-04-06 03:29:15 +00:00
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
|
2015-08-02 20:38:38 +00:00
|
|
|
@interface CKSoftwareMap : CKServiceInterface
|
|
|
|
{
|
2018-02-21 16:18:47 +00:00
|
|
|
NSMutableDictionary *_productsObservers;
|
|
|
|
CKSoftwareMapObserver *_sharedObserver;
|
2015-08-02 20:38:38 +00:00
|
|
|
}
|
|
|
|
|
2018-04-06 03:29:15 +00:00
|
|
|
+ (instancetype)sharedSoftwareMap;
|
2018-02-21 16:18:47 +00:00
|
|
|
@property(retain, nonatomic) CKSoftwareMapObserver *sharedObserver; // @synthesize sharedObserver=_sharedObserver;
|
|
|
|
@property(retain, nonatomic) NSMutableDictionary *productsObservers; // @synthesize productsObservers=_productsObservers;
|
2018-04-06 03:29:15 +00:00
|
|
|
|
2019-03-30 15:10:07 +00:00
|
|
|
//- (void).cxx_destruct;
|
|
|
|
|
|
|
|
// Added 10.14.4
|
|
|
|
//- (void)startAdoptionEligibilityCheckWithReplyBlock:(CDUnknownBlockType)arg1;
|
2018-04-06 03:29:15 +00:00
|
|
|
|
2019-03-30 15:10:07 +00:00
|
|
|
// Added 10.14.4
|
|
|
|
- (id)adopt:(id)arg1;
|
2018-02-21 16:18:47 +00:00
|
|
|
- (id)adoptableBundleIdentifiers;
|
2018-04-06 03:29:15 +00:00
|
|
|
|
|
|
|
- (BOOL)adoptionCompletedForBundleID:(id)arg1 adoptingDSID:(out _Nullable id * _Nullable)arg2 appleID:(out _Nullable id * _Nullable)arg3;
|
|
|
|
|
2015-08-02 20:38:38 +00:00
|
|
|
- (id)updateRequestBodyData:(char *)arg1 includeInstalledApps:(BOOL)arg2 includeBundledApps:(BOOL)arg3 conditionally:(BOOL)arg4 hadUnadoptedApps:(out char *)arg5;
|
|
|
|
- (id)iconForApplicationWithBundeID:(id)arg1;
|
|
|
|
- (id)bundleInfoFromBundleAtPath:(id)arg1;
|
|
|
|
- (BOOL)isTrialVersionOfBundleIdentifier:(id)arg1;
|
|
|
|
- (id)receiptFromBundleAtPath:(id)arg1;
|
|
|
|
- (id)productForPath:(id)arg1;
|
2018-04-06 03:29:15 +00:00
|
|
|
|
2016-04-17 00:18:14 +00:00
|
|
|
- (NSArray<CKSoftwareProduct *>* __nullable)allProducts;
|
2015-08-02 20:38:38 +00:00
|
|
|
- (CKSoftwareProduct *)productForItemIdentifier:(unsigned long long)arg1;
|
2016-09-17 16:57:15 +00:00
|
|
|
- (nullable CKSoftwareProduct *)productForBundleIdentifier:(NSString *)arg1;
|
2018-04-06 03:29:15 +00:00
|
|
|
|
2018-02-21 16:18:47 +00:00
|
|
|
- (void)removeProductsObserverForToken:(id)arg1;
|
2018-04-06 03:29:15 +00:00
|
|
|
|
|
|
|
// - (id)addProductsObserver:(CDUnknownBlockType)arg1 queue:(id)arg2;
|
|
|
|
|
2018-02-21 16:18:47 +00:00
|
|
|
- (void)connectionWasInterrupted;
|
2018-04-06 03:29:15 +00:00
|
|
|
|
|
|
|
- (instancetype)initWithStoreClient:(id)arg1;
|
2015-08-02 20:38:38 +00:00
|
|
|
|
|
|
|
@end
|
|
|
|
|
2016-04-17 00:18:14 +00:00
|
|
|
NS_ASSUME_NONNULL_END
|