luxlabs header browser preview


@class NSUUID, HKTaskServerProxyProvider, NSString;

@interface ACHDatabaseAssertionClient : NSObject <_HKXPCExportable>

@property (retain, nonatomic) NSUUID *identifier;
@property (retain, nonatomic) HKTaskServerProxyProvider *proxyProvider;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

- (id)exportedInterface;
- (id)remoteInterface;
- (id)initWithHealthStore:(id)a0;
- (void)connectionInvalidated;
- (id)acquireDatabaseAssertionWithIdentifier:(id)a0 error:(id *)a1;
- (void).cxx_destruct;
- (id)acquireDatabaseAssertionWithIdentifier:(id)a0 duration:(double)a1 error:(id *)a2;
- (BOOL)invalidateAssertionWithToken:(id)a0 error:(id *)a1;

@end