luxlabs header browser preview


@class CAMetalLayer;

@interface _LayerHUDPropertiesListener : NSObject {
    void *m_overlay;
}

@property (weak, nonatomic) CAMetalLayer *m_metalLayer;

- (void)dealloc;
- (void)observeValueForKeyPath:(id)a0 ofObject:(id)a1 change:(id)a2 context:(void *)a3;
- (void).cxx_destruct;
- (id)initWithLayer:(id)a0 andOverlay:(void *)a1;

@end