luxlabs header browser preview


@class MXMProxyMetric;

@interface MXMProxyProbe : MXMProbe <NSSecureCoding>

@property (class, readonly) BOOL supportsSecureCoding;

@property (readonly) MXMProxyMetric *proxyMetric;

- (void)encodeWithCoder:(id)a0;
- (void).cxx_destruct;
- (id)initWithCoder:(id)a0;
- (id)initWithProxyMetric:(id)a0;
- (id)sampleWithTimeout:(double)a0 stopReason:(unsigned long long *)a1;
- (void)updateNowUntilStoppedWithUpdateHandler:(id /* block */)a0 stopHandler:(id /* block */)a1;

@end