luxlabs header browser preview


@class NSDate;

@interface PLTimeReferenceKernel : PLTimeReference

@property (retain) NSDate *lastSystemTimeRecalibrated;
@property (retain) NSDate *lastKernelTimeRecalibrated;
@property BOOL rebootOccurred;

- (unsigned long long)continuousTimeToAbsoluteNs:(unsigned long long)a0;
- (double)resolution;
- (void).cxx_destruct;
- (id)currentTime;
- (void)initializeOffsetWithEntries:(id)a0;
- (struct mach_timebase_info { unsigned int x0; unsigned int x1; } *)getTimebaseInfo;
- (void)setSystemReboot:(BOOL)a0;

@end