luxlabs header browser preview


@class NSDictionary, HMDResidentDevice;

@interface HMDCameraRecordingAnalysisNode : HMFObject

@property (readonly, nonatomic) HMDResidentDevice *residentDevice;
@property (readonly, copy, nonatomic) NSDictionary *metrics;

- (void).cxx_destruct;
- (id)initWithResidentDevice:(id)a0 metrics:(id)a1;

@end