@class FBSSceneIdentityToken, NSString, SidecarRequest; @protocol SidecarServiceHostInterface; @interface SidecarServiceViewController : UIViewController { BOOL _terminationRequested; BOOL _calledServiceReady; SidecarRequest *_request; } @property (readonly) id hostProxy; @property (readonly) SidecarRequest *request; @property (readonly) BOOL waitForServiceReady; @property (nonatomic) BOOL wantsVolumeButtonEvents; @property (nonatomic) BOOL allowsDisplaySleep; @property (nonatomic) BOOL active; @property (nonatomic) BOOL backgrounded; @property (nonatomic) BOOL waitForReconnect; @property (nonatomic) long long backgroundStyle; @property (copy, nonatomic) FBSSceneIdentityToken *sceneIdentityToken; @property (copy, nonatomic) NSString *sceneIdentifier; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (BOOL)_isSecureForRemoteViewService; + (id)_exportedInterface; + (id)_remoteViewControllerInterface; - (void)setRequest:(id)a0; - (void)requestDidFinish:(id)a0; - (void)viewDidLoad; - (id)initWithNibName:(id)a0 bundle:(id)a1; - (void)observeValueForKeyPath:(id)a0 ofObject:(id)a1 change:(id)a2 context:(void *)a3; - (void).cxx_destruct; - (void)completeRequest:(long long)a0; - (long long)requestCompleted; - (void)sidecarServiceProviderTerminate; - (void)_notifyServiceAndTerminate:(long long)a0; - (void)receivedItems:(id)a0; - (void)requestDidStart:(id)a0; - (void)serviceReady; - (void)sidecarRequest:(id)a0 receivedItems:(id)a1; - (void)sidecarServiceActive; - (void)sidecarServiceCancel; - (void)sidecarServiceProviderHandleRequest:(id)a0; - (void)sidecarServiceSetActive:(BOOL)a0; - (void)sidecarServiceSetBackgrounded:(BOOL)a0; - (void)sidecarServiceSetSceneIdentifier:(id)a0; - (void)sidecarServiceSetSceneIdentityToken:(id)a0; - (void)sidecarServiceShouldPresentWithCompletion:(id /* block */)a0; - (void)sidecarServiceUpdateSupportedOrientations; - (void)sidecarServiceVolumeDownButtonPressed:(BOOL)a0; - (void)sidecarServiceVolumeUpButtonPressed:(BOOL)a0; @end