luxlabs header browser preview


@interface HomeUI.HUCollectionViewSwitchCell : UICollectionViewListCell <HUCellProtocol, HUDisableableCellProtocol> {
    void /* unknown type, empty encoding */ _disabled;
    void /* unknown type, empty encoding */ switchView;
}

@property (nonatomic, retain) void /* unknown type, empty encoding */ item;
@property (nonatomic) BOOL disabled;
@property (nonatomic, retain) void /* unknown type, empty encoding */ delegate;
@property (nonatomic) BOOL selected;
@property (nonatomic) BOOL highlighted;

- (BOOL)isSelected;
- (BOOL)isDisabled;
- (void)prepareForReuse;
- (id)initWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0;
- (void).cxx_destruct;
- (BOOL)isHighlighted;
- (id)initWithCoder:(id)a0;
- (void)_toggleOn;
- (void)updateUIWithAnimation:(BOOL)a0;

@end