PSDiscreteSlider.h 104 B

123456
  1. @interface PSDiscreteSlider : UISlider
  2. @property (nonatomic, retain) UIColor *trackMarkersColor;
  3. @end