luxlabs header browser preview


@class NSString, SBElasticValueViewController, NSArray;
@protocol SBElasticHUDViewControllerDelegate;

@interface SBElasticHUDViewController : SBFTouchPassThroughViewController <UIViewControllerTransitioningDelegate, SBElasticValueViewControllerDelegate, SBHUDViewControlling>

@property (readonly, nonatomic) SBElasticValueViewController *elasticValueViewController;
@property (weak, nonatomic) id<SBElasticHUDViewControllerDelegate> delegate;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;
@property (readonly, copy, nonatomic) NSArray *physicalButtonSceneTargets;

- (id)animationControllerForPresentedController:(id)a0 presentingController:(id)a1 sourceController:(id)a2;
- (id)animationControllerForDismissedController:(id)a0;
- (void)reloadData;
- (void)viewDidLayoutSubviews;
- (void)viewDidLoad;
- (unsigned long long)supportedInterfaceOrientations;
- (BOOL)_canShowWhileLocked;
- (void).cxx_destruct;
- (BOOL)isEqual:(id)a0;
- (id)initWithFactory:(id)a0;
- (BOOL)definesAnimatedDismissal;
- (void)dismissAnimatedWithCompletion:(id /* block */)a0;
- (BOOL)elasticValueViewControllerCanBePresented:(id)a0 withReason:(out id *)a1;
- (void)elasticValueViewControllerNeedsDismissal:(id)a0;
- (id)initWithElasticValueContentViewController:(id)a0;
- (void)noteButtonDownWasHit:(BOOL)a0;
- (void)noteButtonUpWasHit:(BOOL)a0;
- (void)noteValueDidChange:(float)a0;
- (void)noteValueWillDeltaStepToValue:(float)a0;

@end