@class NSString; @protocol _SFWebAppViewControllerDelegate; @interface _SFWebAppViewController : _UIRemoteViewController @property (weak, nonatomic) id<_SFWebAppViewControllerDelegate> delegate; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (id)exportedInterface; + (id)serviceViewControllerInterface; + (id)requestViewControllerWithConnectionHandler:(id /* block */)a0; - (id)initWithNibName:(id)a0 bundle:(id)a1; - (void)viewServiceDidTerminateWithError:(id)a0; - (void).cxx_destruct; - (void)_sf_sceneDidBecomeActive:(id)a0; - (void)_sf_sceneDidEnterBackground:(id)a0; - (void)_sf_sceneWillEnterForeground:(id)a0; - (void)_sf_sceneWillResignActive:(id)a0; - (void)didAddToHomeScreen; - (void)didChangeFullScreen:(BOOL)a0; - (void)didChangeLoadingState:(BOOL)a0; - (void)didDecideCookieSharingForURL:(id)a0 shouldCancel:(BOOL)a1; - (void)didDecideShouldShowLinkPreviews:(BOOL)a0; - (void)didFinishInitialLoad:(BOOL)a0; - (void)didLoadWebView; - (void)didResolveRedirectionWithURL:(id)a0 appLink:(id)a1; - (void)executeCustomActivityProxyID:(id)a0; - (void)fetchActivityViewControllerInfoForURL:(id)a0 title:(id)a1; - (void)handlePushNotificationActivation:(id)a0; - (void)initialLoadDidRedirectToURL:(id)a0; - (void)loadWebAppWithIdentifier:(id)a0; - (void)processWebPushForWebAppWithIdentifier:(id)a0; - (void)setRemoteSwipeGestureEnabled:(BOOL)a0; - (void)willDismissServiceViewController; - (void)willOpenCurrentPageInBrowser; - (void)willOpenURLInHostApplication:(id)a0; @end