@class BLUIHostServiceNonUI, BLRequest, BLDownloadQueue; @protocol BLDownloadQueueUIManagerProtocol; @interface BLUIHostServiceProxy : NSObject @property (readonly, weak) BLDownloadQueue *downloadQueue; @property (readonly) BLUIHostServiceNonUI *fallback; @property (readonly, weak) BLRequest *request; @property (readonly, weak) id uiManagerDelegate; - (void).cxx_destruct; - (void)handleAuthenticateRequest:(id)a0 withReply:(id /* block */)a1; - (void)handleDialogRequest:(id)a0 withReply:(id /* block */)a1; - (void)handleEngagementRequest:(id)a0 withReply:(id /* block */)a1; - (id)_topMostViewController; - (id)initWithUIManager:(id)a0 forRequest:(id)a1 inDownloadQueue:(id)a2; @end