@class WFWorkflowRunViewSource, SFSearchResult, WFSuggestionsWorkflowRunnerClient, NSString; @protocol ATXActionSearchResultExecutionDelegate; @interface ATXActionSearchResultExecution : NSObject @property (retain, nonatomic) WFSuggestionsWorkflowRunnerClient *workflowRunnerClient; @property (retain, nonatomic) SFSearchResult *searchResult; @property (weak, nonatomic) id delegate; @property (retain, nonatomic) WFWorkflowRunViewSource *runViewSource; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (void).cxx_destruct; - (void)workflowRunnerClient:(id)a0 didFinishRunningWorkflowWithOutput:(id)a1 error:(id)a2 cancelled:(BOOL)a3; - (void)workflowRunnerClient:(id)a0 didStartRunningWorkflowWithProgress:(id)a1; - (void)executeShortcut; - (BOOL)_delegateDoesRespond; - (BOOL)_shouldTellDelegateToClearActionOnDismissal:(long long)a0; - (void)_spawnShortcutExecutionWithShortcut:(id)a0 executionContext:(long long)a1; @end