luxlabs header browser preview


@class UIButton, UIColor, NSString, UILabel, OBPrivacyFlow;

@interface OBPrivacySplashController : OBWelcomeController

@property (retain, nonatomic) OBPrivacyFlow *flow;
@property (retain) UIButton *linkToPrivacyGatewayButton;
@property (retain) UILabel *privacyGatewayDescription;
@property (retain) UILabel *linkToPrivacyGateway;
@property (retain) UIButton *unifiedAboutButton;
@property (copy) id /* block */ defaultButtonHandler;
@property (retain, nonatomic) UIColor *customTintColor;
@property (nonatomic) BOOL underlineLinks;
@property BOOL suppressPerPageAnalyticsLogging;
@property BOOL allowsOpeningSafari;
@property (nonatomic) BOOL showLinkToPrivacyGateway;
@property BOOL showsLinkToUnifiedAbout;
@property BOOL forceLargeMargins;
@property (retain) NSString *displayLanguage;
@property unsigned long long displayDeviceType;
@property BOOL useModalStyle;
@property (nonatomic) BOOL isCombined;

+ (id)splashPageWithBundleIdentifier:(id)a0;

- (void)viewWillAppear:(BOOL)a0;
- (void)traitCollectionDidChange:(id)a0;
- (void)viewDidLoad;
- (void)loadView;
- (BOOL)_canShowWhileLocked;
- (void).cxx_destruct;
- (void)viewDidAppear:(BOOL)a0;
- (id)initWithPrivacyIdentifier:(id)a0;
- (id)_defaultButtonTitle;
- (void)updateFontForUnifiedAboutButton;
- (void)_initializeFromBundle;
- (void)defaultButtonPressed:(id)a0;
- (id)initWithFlow:(id)a0;
- (void)setDismissHandlerForDefaultButton:(id /* block */)a0;
- (void)showPrivacyGateway:(id)a0;
- (void)showUnifiedAbout:(id)a0;
- (void)updateFontForPrivacyGateway;

@end