@class NTKColorSlider; @protocol NTKCFaceDetailPigmentColorSliderCellDelegate; @interface NTKCFaceDetailPigmentColorSliderCell : NTKCFaceDetailRowActionCell { NTKColorSlider *_slider; } @property (weak, nonatomic) id delegate; + (id)reuseIdentifier; - (double)rowHeight; - (void).cxx_destruct; - (id)initWithStyle:(long long)a0 reuseIdentifier:(id)a1; - (void)layoutSubviews; - (void)colorSlider:(id)a0 valueChanged:(double)a1 phase:(long long)a2; - (void)setColorFraction:(double)a0 animated:(BOOL)a1; - (void)setColors:(id)a0 animated:(BOOL)a1; @end