luxlabs header browser preview


@interface CNLaunchServicesRemoteAdapter : NSObject <CNLaunchServicesAdapter>

+ (id)os_log;
+ (id)createConnectionWithInterface:(id)a0;
+ (id)launchServicesAdapterInterface;

- (void)applicationForBundleIdentifier:(id)a0 withReply:(id /* block */)a1;
- (void)applicationsAvailableForHandlingURLScheme:(id)a0 withReply:(id /* block */)a1;
- (void)applicationsForUserActivityType:(id)a0 withReply:(id /* block */)a1;
- (void)openSensitiveURLInBackground:(id)a0 withOptions:(id)a1 withReply:(id /* block */)a2;
- (void)openUserActivityData:(id)a0 inApplication:(id)a1 withReply:(id /* block */)a2;

@end