luxlabs header browser preview


@class GEOPDHeaderButtonsConfiguration;

@interface GEOHeaderButtonModuleConfiguration : NSObject {
    GEOPDHeaderButtonsConfiguration *_headerButtonsConfiguration;
}

@property (readonly, nonatomic, getter=shouldSuppressDirections) BOOL suppressDirections;

- (void).cxx_destruct;
- (id)initWithHeaderButtonConfiguration:(id)a0;

@end