@class NSObject; @protocol OS_xpc_object; @interface AFSiriAceRequest : NSObject { NSObject *_startRequestData; NSObject *_startLocalRequestData; unsigned long long _requestOptions; } - (void)performRequestWithCompletion:(id /* block */)a0; - (void).cxx_destruct; - (id)initWithStartLocalRequest:(id)a0 requestOptions:(unsigned long long)a1; - (id)initWithStartRequest:(id)a0; - (id)initWithStartRequest:(id)a0 requestOptions:(unsigned long long)a1; @end