luxlabs header browser preview


@class SUUIIPhoneProductPageViewController, NSString, SKStoreProductViewController, SUUIStorePageViewController, UIViewController;

@interface SUSKUIStorePageViewController : SUViewController <SUUIIPhoneProductPageDelegate, SKStoreProductViewControllerDelegatePrivate> {
    UIViewController *_activeChildViewController;
    SUUIIPhoneProductPageViewController *_iphoneProductPageViewController;
    SKStoreProductViewController *_remoteProductViewController;
    SUUIStorePageViewController *_storePageViewController;
}

@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

- (void)dealloc;
- (id)initWithSection:(id)a0;
- (void)dismissAnimated:(BOOL)a0;
- (void)loadView;
- (void)productViewController:(id)a0 didFinishWithResult:(long long)a1;
- (void)productViewController:(id)a0 presentProductWithRequest:(id)a1 animated:(BOOL)a2;
- (void)_loadClientContextWithCompletionBlock:(id /* block */)a0;
- (BOOL)iPhoneProductPage:(id)a0 shouldOpenItem:(id)a1;
- (BOOL)iPhoneProductPage:(id)a0 shouldOpenURL:(id)a1;
- (void)_setActiveChildViewController:(id)a0;
- (void)_showIPhoneProductPageWithPage:(id)a0 clientContext:(id)a1;
- (void)_showProductPageWithPageDictionary:(id)a0;
- (void)_showRemoteViewControllerWithPageDictionary:(id)a0;
- (void)_showStorePageWithPageDictionary:(id)a0;
- (void)reloadWithStorePage:(id)a0 forURL:(id)a1;

@end