luxlabs header browser preview


@class UIView, NSArray, NSString, UILabel, NSLayoutConstraint, UIStatusBarCarPlayDockAppItemButton;

@interface UIStatusBarCarPlayDockItemView : UIStatusBarItemView

@property (retain, nonatomic) UILabel *inCallDurationLabel;
@property (retain, nonatomic) UIStatusBarCarPlayDockAppItemButton *itemOneButton;
@property (retain, nonatomic) UIStatusBarCarPlayDockAppItemButton *itemTwoButton;
@property (retain, nonatomic) UIStatusBarCarPlayDockAppItemButton *itemThreeButton;
@property (retain, nonatomic) NSLayoutConstraint *inCallLabelSpacingConstraint;
@property (retain, nonatomic) NSLayoutConstraint *itemOneTopConstraint;
@property (copy, nonatomic) NSArray *currentBundleIdentifiers;
@property (copy, nonatomic) NSString *currentActiveBundleIdentifier;
@property (weak, nonatomic) UIView *preferredItemViewToFocus;
@property (nonatomic, getter=isShowingCallTimer) BOOL showingCallTimer;

- (id)preferredFocusEnvironments;
- (id)initWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0;
- (void).cxx_destruct;
- (id)hitTest:(struct CGPoint { double x0; double x1; })a0 withEvent:(id)a1;
- (void)layoutSubviews;
- (id)_toItemViewForBundleIdentifier:(id)a0;
- (double)_neededSizeWithCallTimer;
- (double)_neededSizeWithoutCallTimer;
- (unsigned long long)_numberOfEnabledItems;
- (void)_updateInCallDurationIfNecessary:(id)a0;
- (BOOL)allowsUserInteraction;
- (BOOL)animatesDataChange;
- (double)extraLeftPadding;
- (double)extraRightPadding;
- (double)neededSizeForImageSet:(id)a0;
- (BOOL)updateForNewData:(id)a0 actions:(int)a1;
- (void)updateForNewStyle:(id)a0;

@end