mas/Sources/PrivateFrameworks/CommerceKit/CKSoftwareMap.h
2021-04-26 21:04:37 -07:00

55 lines
1.8 KiB
Objective-C

//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//
#import "CKServiceInterface.h"
@class CKSoftwareMapObserver, NSMutableDictionary;
NS_ASSUME_NONNULL_BEGIN
@interface CKSoftwareMap : CKServiceInterface
{
NSMutableDictionary *_productsObservers;
CKSoftwareMapObserver *_sharedObserver;
}
+ (instancetype)sharedSoftwareMap;
@property(retain, nonatomic) CKSoftwareMapObserver *sharedObserver; // @synthesize sharedObserver=_sharedObserver;
@property(retain, nonatomic) NSMutableDictionary *productsObservers; // @synthesize productsObservers=_productsObservers;
//- (void).cxx_destruct;
// Added 10.14.4
//- (void)startAdoptionEligibilityCheckWithReplyBlock:(CDUnknownBlockType)arg1;
// Added 10.14.4
- (id)adopt:(id)arg1;
- (id)adoptableBundleIdentifiers;
- (BOOL)adoptionCompletedForBundleID:(id)arg1 adoptingDSID:(out _Nullable id * _Nullable)arg2 appleID:(out _Nullable id * _Nullable)arg3;
- (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;
- (NSArray<CKSoftwareProduct *>* __nullable)allProducts;
- (CKSoftwareProduct *)productForItemIdentifier:(unsigned long long)arg1;
- (nullable CKSoftwareProduct *)productForBundleIdentifier:(NSString *)arg1;
- (void)removeProductsObserverForToken:(id)arg1;
// - (id)addProductsObserver:(CDUnknownBlockType)arg1 queue:(id)arg2;
- (void)connectionWasInterrupted;
- (instancetype)initWithStoreClient:(id)arg1;
@end
NS_ASSUME_NONNULL_END