mas/Sources/PrivateFrameworks/CommerceKit/CKSoftwareMap.h

56 lines
1.8 KiB
C
Raw Normal View History

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"
@class CKSoftwareMapObserver, NSMutableDictionary;
2015-08-02 20:38:38 +00:00
NS_ASSUME_NONNULL_BEGIN
2015-08-02 20:38:38 +00:00
@interface CKSoftwareMap : CKServiceInterface
{
NSMutableDictionary *_productsObservers;
CKSoftwareMapObserver *_sharedObserver;
2015-08-02 20:38:38 +00:00
}
+ (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;
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;
- (NSArray<CKSoftwareProduct *>* __nullable)allProducts;
2015-08-02 20:38:38 +00:00
- (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;
2015-08-02 20:38:38 +00:00
@end
NS_ASSUME_NONNULL_END