luxlabs header browser preview


@class UIColor, UILabel, UIView;

@interface CFXFilterPickerCollectionViewCell : CFXEffectPickerCollectionViewCell

@property (class, readonly, nonatomic) UIColor *selectionColor;

@property (retain) UILabel *titleView;
@property (weak, nonatomic) UIView *selectionView;
@property (nonatomic, getter=isInCompactMode) BOOL compactMode;

- (void)setEffect:(id)a0;
- (void)prepareForReuse;
- (void).cxx_destruct;
- (void)setSelected:(BOOL)a0;
- (void)CFX_updateSelectionView;
- (void)CFX_updateTitle;
- (void)CFX_updateLayerProperties;
- (void)configureCellAppearence;

@end