luxlabs header browser preview


@class _PASXPCClientHelper;

@interface HVXPCInternalService : NSObject {
    _PASXPCClientHelper *_helper;
}

- (id)init;
- (id)synchronousProxy;
- (BOOL)deleteContentWithRequest:(id)a0 error:(id *)a1;
- (id)statsWithError:(id *)a0;
- (void).cxx_destruct;
- (BOOL)contentAvailableFromSources:(unsigned int)a0 error:(id *)a1;
- (BOOL)disableConsumptionOfDataSources:(unsigned int)a0 error:(id *)a1;
- (BOOL)donateSearchableItem:(id)a0 error:(id *)a1;
- (BOOL)enableConsumptionOfDataSources:(unsigned int)a0 error:(id *)a1;
- (BOOL)harvestWithError:(id *)a0;
- (BOOL)overrideIsConnectedToPower:(id)a0 error:(id *)a1;
- (BOOL)refillHarvestBudgetWithError:(id *)a0;
- (BOOL)restoreConsumptionOfDataSources:(unsigned int)a0 error:(id *)a1;

@end