luxlabs header browser preview


@class NSObject;
@protocol OS_dispatch_queue;

@interface CSHostLauncherDarwin : NSObject {
    struct __IOHIDUserDevice { } *_device;
    NSObject<OS_dispatch_queue> *_hidCallbackQueue;
}

+ (id)sharedInstance;
+ (id)propertyDictForDarwin;

- (id)init;
- (void)dealloc;
- (void).cxx_destruct;
- (BOOL)wakeHostForVoiceTrigger;

@end