luxlabs header browser preview


@class NSLayoutConstraint, UILabel, UIView, UIButton;

@interface WDClinicalOnboardingNoGeoView : UIView

@property (retain, nonatomic) UIView *containerView;
@property (retain, nonatomic) UILabel *titleLabel;
@property (retain, nonatomic) UILabel *subtitleLabel;
@property (retain, nonatomic) UIButton *locationServicesButton;
@property (retain, nonatomic) NSLayoutConstraint *subtitleBaselineConstraint;
@property (retain, nonatomic) NSLayoutConstraint *locationServicesButtonBaselineConstraint;
@property (retain, nonatomic) NSLayoutConstraint *containerCenterYConstraint;

- (id)init;
- (void)_setupConstraints;
- (void)traitCollectionDidChange:(id)a0;
- (void).cxx_destruct;
- (void)layoutSubviews;
- (void)_updateForCurrentSizeCategory;
- (void)_setupSubviews;
- (void)_tappedLocationServices:(id)a0;

@end