luxlabs header browser preview


@class NSString, UIViewController;

@interface HKTabBarController : UITabBarController <UITabBarControllerDelegate>

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

- (id)init;
- (id)initWithNibName:(id)a0 bundle:(id)a1;
- (void).cxx_destruct;
- (void)viewDidAppear:(BOOL)a0;
- (void)tabBarController:(id)a0 didSelectViewController:(id)a1;
- (unsigned long long)tabBarControllerSupportedInterfaceOrientations:(id)a0;
- (void)setTabBarControlsHidden:(BOOL)a0 animated:(BOOL)a1;

@end