@class NSExtension, NSString, NSNumber, SKStoreRemoteViewController; @protocol SKArcadeSubscribeViewControllerDelegate, NSCopying; @interface SKArcadeSubscribeViewController : UIViewController @property (retain, nonatomic) SKStoreRemoteViewController *remoteViewController; @property (retain, nonatomic) NSString *bundleID; @property (retain, nonatomic) NSNumber *itemID; @property (retain, nonatomic) NSExtension *extension; @property (retain, nonatomic) id extensionRequestIdentifier; @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; - (void)willTransitionToTraitCollection:(id)a0 withTransitionCoordinator:(id)a1; - (void)dealloc; - (void)finish; - (BOOL)prefersStatusBarHidden; - (unsigned long long)supportedInterfaceOrientations; - (void).cxx_destruct; - (void)viewDidAppear:(BOOL)a0; - (void)finishExtension; - (void)_setupRemoteChildViewController; - (void)_loadOcelotUpsellExtension; - (id)initWithItemID:(id)a0 bundleID:(id)a1; - (void)storeRemoteViewController:(id)a0 presentRequestedViewControllerWithIdentifier:(id)a1; - (void)storeRemoteViewControllerDidDismiss; - (void)storeRemoteViewControllerNeedsTabSelection:(id)a0; - (void)storeRemoteViewControllerTerminatedWithError:(id)a0; @end