@class NSString, UIViewController; @protocol PDCApplicationIdentity, PDURootViewControllerDelegate, PDCConsentStore; @interface PDURootViewController : UIViewController { UIViewController *_welcomeViewController; id _applicationIdentity; id _consentStore; } @property (class, readonly, nonatomic) unsigned long long preferredOrientation; @property (weak, nonatomic) id delegate; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (BOOL)deviceIsPad; - (void)viewWillDisappear:(BOOL)a0; - (BOOL)_canShowWhileLocked; - (void).cxx_destruct; - (void)viewDidAppear:(BOOL)a0; - (void)_presentWelcomeViewIfNeeded; - (void)_showWelcomeViewIfNeeded; - (id)initWithApplicationIdentity:(id)a0 consentStore:(id)a1; - (void)welcomeViewController:(id)a0 didDismissWithUserResponse:(unsigned long long)a1; @end