1 contributor
13 lines | 0.202kb
//
//  MeterLiveMetricRange.swift
//  USB Meter
//

import Foundation

struct MeterLiveMetricRange {
    let minLabel: String
    let maxLabel: String
    let minValue: String
    let maxValue: String
}