luxlabs header browser preview


@class NSString, ASDServiceBroker;

@interface ASDPurchaseManager : NSObject <ASDServiceProvider> {
    ASDServiceBroker *_serviceBroker;
}

@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

+ (id)interface;
+ (id)sharedManager;

- (id)init;
- (void).cxx_destruct;
- (id)adopt:(id)a0;
- (id)adoptableBundleIdentifiers;
- (void)adoptionStatus:(BOOL)a0 withReplyHandler:(id /* block */)a1;
- (void)checkAutomaticDownloadQueue;
- (void)checkPendingQueue;
- (void)checkPreflightForItemIdentifier:(id)a0 atURL:(id)a1 withReplyHandler:(id /* block */)a2;
- (void)processPurchase:(id)a0 withResponseHandler:(id /* block */)a1;
- (void)renewReceiptForApplicationAtURL:(id)a0 withAppleID:(id)a1 password:(id)a2 forceSandbox:(BOOL)a3 withCompletionHandler:(id /* block */)a4;
- (void)startPurchase:(id)a0 withResultHandler:(id /* block */)a1;
- (void)unadoptWithReplyHandler:(id /* block */)a0;

@end