@class WFRemoteWebSheetViewController, _UIAsyncInvocation; @protocol WFWebSheetViewControllerDelegate; @interface WFWebSheetViewController : UIViewController @property (retain, nonatomic) _UIAsyncInvocation *cancelServiceInvocation; @property (retain, nonatomic) WFRemoteWebSheetViewController *remoteViewController; @property (weak, nonatomic) id delegate; @property (readonly, nonatomic) BOOL wantsModalPresentation; - (void)dealloc; - (void).cxx_destruct; - (id)initWithDelegate:(id)a0; - (void)_finishSetupWithError:(id)a0; - (void)_requestRemoteViewController; - (void)_showRemoteViewController; - (void)remoteWebSheetViewController:(id)a0 handleEvent:(unsigned long long)a1 context:(id)a2; - (void)webSheetViewControllerServiceShouldTerminate; @end