luxlabs header browser preview


@class LSApplicationWorkspace, NSString;

@interface CNUIUserActionWorkspaceURLOpener : NSObject <CNUIUserActionURLOpener>

@property (readonly, nonatomic) LSApplicationWorkspace *workspace;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

+ (id)openConfigurationWithEndpoint:(id)a0 isSensitive:(BOOL)a1;
+ (id)urlCouldNotBeOpenedErrorWithURL:(id)a0;

- (id)init;
- (id)initWithWorkspace:(id)a0;
- (void).cxx_destruct;
- (id)openURL:(id)a0 isSensitive:(BOOL)a1 connectionEndpoint:(id)a2 withScheduler:(id)a3;
- (id)openURL:(id)a0 isSensitive:(BOOL)a1 withScheduler:(id)a2;
- (id)openURL:(id)a0 withScheduler:(id)a1;

@end