luxlabs header browser preview


@class NSString, NSXPCConnection;

@interface CAXContextualActionsClient : NSObject <CAXContextualActionsXPCInterface> {
    NSString *_clientModelId;
    NSXPCConnection *_xpcConnection;
}

- (void)dealloc;
- (void)processShortcutsActionSelectionGivenFeedbackEvent:(id)a0 completion:(id /* block */)a1;
- (void)processShortcutsSessionGivenSummary:(id)a0;
- (void).cxx_destruct;
- (void)processShortcutsSessionGivenSummary:(id)a0 completion:(id /* block */)a1;
- (void)processShortcutsActionSelectionGivenFeedbackEvent:(id)a0;
- (id)initWithClientModelId:(id)a0;

@end