luxlabs header browser preview


@class NSString, UIWindow;

@interface BrowserSceneDelegateRouter : NSObject <UIWindowSceneDelegate>

@property (retain, nonatomic) UIWindow *window;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

- (void)scene:(id)a0 willConnectToSession:(id)a1 options:(id)a2;

@end