MUBasicRange public struct MUBasicRange Struct with just range and title title Specifies the range title. Declaration Swift public let title: String range Spécifies the range value. Declaration Swift public let range: MURange<CGFloat> init(with:range:) Init a MUBasicRange. Declaration Swift public init(with title: String, range: MURange<CGFloat>)