1 contributor
13 lines | 0.192kb
//
//  LiveMetricRange.swift
//  USB Meter
//

import Foundation

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