RangeUISliderDelegate

@objc
public protocol RangeUISliderDelegate

Protocol used delegate the read of the RangeUISlider data. Multiple RangeUISlider instance could use the same delegate. The current slider (on which the user is tapping) is returned in all the methods (so that could be identified on the delegate class).