luxlabs header browser preview


@class NSArray;

@interface PXSharedLibraryLegacyDevicesFallbackMonitor : PXObservable

@property (readonly, nonatomic) long long state;
@property (readonly, nonatomic) NSArray *devices;

+ (id)legacyDevicesFallbackMonitorIfEnabledWithSharedLibraryOrPreviewPresent:(BOOL)a0;

- (void)setDevices:(id)a0;
- (id)init;
- (id)_init;
- (void)setState:(long long)a0;
- (void).cxx_destruct;
- (void)_updateLegacyDevices:(id)a0 error:(id)a1;

@end