luxlabs header browser preview


@class UIView, NSString, NSArray, UIAlertAction, UIImageView, UIAlertControllerVisualStyle, UIAlertController, NSLayoutConstraint, UILabel, _UIAlertControllerActionViewMetrics;

@interface _UIAlertControllerActionView : UIView <UIGestureRecognizerDelegate, _UIAlertActionViewRepresentation> {
    BOOL _highlighted;
    UIView *_labelContainerView;
    UILabel *_label;
    NSLayoutConstraint *_axLabelContainerWidthConstraint;
    NSLayoutConstraint *_labelContainerLeadingConstraint;
    NSLayoutConstraint *_labelContainerTrailingConstraint;
    NSLayoutConstraint *_labelWidthConstraint;
    NSLayoutConstraint *_labelCenterLeadingConstraint;
    UIView *_contentViewControllerContainerView;
    NSArray *_contentViewControllerConstraints;
    UILabel *_descriptiveLabel;
    NSArray *_havingDescriptiveLabelConstraints;
    NSArray *_notHavingDescriptiveLabelConstraints;
    NSLayoutConstraint *_descriptiveLabelWidthConstraint;
    NSLayoutConstraint *_descriptiveLabelTrailingToLabelLeadingLabelConstraint;
    NSLayoutConstraint *_descriptiveLabelTrailingToContainerCenterConstraint;
    UIImageView *_checkView;
    NSLayoutConstraint *_checkToMarginConstraint;
    UIImageView *_imageView;
    NSLayoutConstraint *_marginToImageConstraint;
    NSLayoutConstraint *_imageViewBaselineOrCenterYConstraint;
    NSLayoutConstraint *_imageViewTopConstraint;
    NSLayoutConstraint *_imageViewBottomConstraint;
    NSLayoutConstraint *_minimumHeightConstraint;
    UIAlertAction *_action;
    _UIAlertControllerActionViewMetrics *_metrics;
    BOOL _hasDescriptiveText;
    double _axEnforcedWidth;
}

@property (retain) NSLayoutConstraint *labelContainerCenterXConstraint;
@property (retain) NSLayoutConstraint *labelContainerLeadingPinConstraint;
@property (retain) NSLayoutConstraint *labelContainerTrailingPinConstraint;
@property (copy, nonatomic) UIAlertAction *action;
@property (weak, nonatomic) UIAlertController *alertController;
@property (weak, nonatomic) UIAlertControllerVisualStyle *visualStyle;
@property (nonatomic, getter=isHighlighted) BOOL highlighted;
@property (readonly) double currentDescriptiveLabelTextWidth;
@property (readonly) double currentLabelTextWidth;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

- (long long)_focusItemDeferralMode;
- (void)_updateImageView;
- (void)dealloc;
- (void)tintColorDidChange;
- (id)initWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0;
- (void)applyMetrics:(id)a0;
- (void).cxx_destruct;
- (void)_updateStyle;
- (id)initWithCoder:(id)a0;
- (BOOL)hasLayoutHeightConstraintsIdenticalToInterfaceActionCustomView:(id)a0;
- (void)_action:(id)a0 changedToBePreferred:(BOOL)a1;
- (void)_action:(id)a0 changedToChecked:(BOOL)a1;
- (void)_action:(id)a0 changedToEnabled:(BOOL)a1;
- (void)_action:(id)a0 changedToTitle:(id)a1;
- (void)_action:(id)a0 changedToTitleTextAlignment:(long long)a1;
- (void)_action:(id)a0 updatedImageTintColor:(id)a1;
- (void)_action:(id)a0 updatedTitleTextColor:(id)a1;
- (void)_buildCheckViewConstraints;
- (void)_buildConstraints;
- (void)_buildContentViewControllerContainerConstraints;
- (void)_buildHavingDescriptiveLabelConstraints;
- (void)_buildImageViewConstraints;
- (void)_buildNotHavingDescriptiveLabelConstraints;
- (void)_contentSizeChanged;
- (long long)_effectiveTitleTextAlignment;
- (id)_interfaceActionViewState;
- (void)_loadCheckView;
- (void)_loadContentViewControllerContainerViewIfNecessary;
- (void)_loadContentViewControllerView;
- (void)_loadDescriptiveLabel;
- (void)_loadImageView;
- (void)_prepareConstraintsForHavingDescriptiveText:(BOOL)a0;
- (void)_prepareConstraintsForImage:(id)a0;
- (void)_recomputeColors;
- (void)_removeContentViewControllerContainerViewSubviews;
- (void)_updateCheckImageView;
- (void)_updateContentViewControllerContainerViewConstraints;
- (void)_updateDescriptiveText;
- (void)_updateHavingDescriptiveLabelConstraints;
- (void)_updateImageMargins;
- (void)_updateImageViewAttributes;
- (void)_updateLabelAttributes;
- (void)_updateLabelContainerConstraints;
- (void)_updateMinimumHeight;
- (void)_updateTextAlignmentForHavingDescriptiveText:(BOOL)a0 titleTextAlignment:(long long)a1;
- (BOOL)hasActiveMinimumSizeConstraintsWithSize:(struct CGSize { double x0; double x1; })a0;
- (void)underlyingInterfaceActionRepresentationDidChange;
- (void)updateHeightUsingAXEnforcedWidth:(double)a0;

@end