luxlabs header browser preview


@class AKAuthorizationPresentationContext, UIViewController, NSString;
@protocol AKAuthorizationPaneViewControllerDelegate, AKAuthorizationContainerViewControllerDelegate;

@interface AKAuthorizationContainerViewController : UIViewController <UINavigationControllerDelegate>

@property (retain, nonatomic) UIViewController *rootViewController;
@property (readonly, nonatomic) AKAuthorizationPresentationContext *presentationContext;
@property (weak, nonatomic) id<AKAuthorizationContainerViewControllerDelegate> delegate;
@property (weak, nonatomic) id<AKAuthorizationPaneViewControllerDelegate> paneDelegate;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

- (id)init;
- (void)navigationController:(id)a0 willShowViewController:(id)a1 animated:(BOOL)a2;
- (unsigned long long)supportedInterfaceOrientations;
- (id)initWithNibName:(id)a0 bundle:(id)a1;
- (void).cxx_destruct;
- (id)initWithCoder:(id)a0;
- (void)_clearPaneDelegateForViewController:(id)a0;
- (void)_setPaneDelegate:(id)a0 forViewController:(id)a1;
- (void)_setPaneDelegateForTopViewController;
- (void)_setPaneDelegateForViewController:(id)a0;
- (id)initWithRootViewController:(id)a0 authorizationContext:(id)a1;

@end