class YMKRange : NSObject
init(from: Double, to: Double)
var from: Double { get }
var to: Double { get }