@interface BLUIHostServiceNonUI : NSObject - (void)handleAuthenticateRequest:(id)a0 withReply:(id /* block */)a1; - (void)handleDialogRequest:(id)a0 withReply:(id /* block */)a1; - (void)handleEngagementRequest:(id)a0 withReply:(id /* block */)a1; @end