luxlabs header browser preview


@class NSObject;
@protocol OS_xpc_object;

@interface AFSiriAceRequest : NSObject <AFSiriExternalRequest> {
    NSObject<OS_xpc_object> *_startRequestData;
    NSObject<OS_xpc_object> *_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