luxlabs header browser preview


@class CAMSemanticStyle;

@interface CAMDrawerSemanticStyleButton : CAMControlDrawerCustomButton

@property (nonatomic, getter=isOn) BOOL on;
@property (retain, nonatomic, setter=setSemanticStyle:) CAMSemanticStyle *semanticStyle;

- (long long)controlType;
- (void)setSemanticStyle:(id)a0 animated:(BOOL)a1;
- (void).cxx_destruct;
- (id)imageNameForCurrentState;
- (BOOL)shouldShowSlashForCurrentState;
- (BOOL)shouldUseActiveTintForCurrentState;
- (BOOL)shouldUseSlash;

@end