luxlabs header browser preview


@interface SBHStackConfigurationBackgroundViewController : CCUICustomContentModuleBackgroundViewController

@property (nonatomic) struct CGSize { double width; double height; } apertureSize;

- (void)loadView;
- (id)initWithNibName:(id)a0 bundle:(id)a1;
- (double)expandedContentModuleHeight;
- (double)expandedContentModuleWidth;
- (void)setFooterButtons:(id)a0;

@end