luxlabs header browser preview


@class CAMSlashView, NSString, UIImageView, CAMSlashMaskView;

@interface CAMControlDrawerButton : UIControl <CAMAccessibilityHUDItemProvider>

@property (readonly, nonatomic) UIImageView *_imageView;
@property (readonly, nonatomic) UIImageView *_backgroundView;
@property (readonly, nonatomic) CAMSlashView *_slashView;
@property (readonly, nonatomic) CAMSlashMaskView *_slashMaskView;
@property (nonatomic) long long layoutStyle;
@property (readonly, nonatomic) long long controlType;
@property (readonly, nonatomic, getter=isExpandable) BOOL expandable;
@property (nonatomic) long long orientation;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

+ (struct CGSize { double x0; double x1; })buttonSize;
+ (id)_backgroundImage;

- (void)setOrientation:(long long)a0 animated:(BOOL)a1;
- (id)hudItemForAccessibilityHUDManager:(id)a0;
- (id)initWithLayoutStyle:(long long)a0;
- (void)updateImageAnimated:(BOOL)a0;
- (void)updateImage;
- (void)traitCollectionDidChange:(id)a0;
- (struct CGSize { double x0; double x1; })intrinsicContentSize;
- (void)setHighlighted:(BOOL)a0;
- (void)selectedByAccessibilityHUDManager:(id)a0;
- (void).cxx_destruct;
- (id)imageNameForCurrentState;
- (void)layoutSubviews;
- (id)_imageForImageName:(id)a0;
- (void)_updateSlashAnimated:(BOOL)a0;
- (void)didChangeContentSize;
- (void)handleButtonReleased:(id)a0;
- (id)imageNameForAXHUD;
- (id)imageSymbolColorConfiguration;
- (BOOL)shouldScaleImageWhileHighlighted;
- (BOOL)shouldShowSlashForCurrentState;
- (BOOL)shouldUseActiveTintForCurrentState;
- (BOOL)shouldUseSlash;

@end