xdripswift/xDrip4iOS Widget/xDripClient/Glucose+GlucoseKit.swift

10 lines
170 B
Swift
Raw Normal View History

2020-09-19 21:46:32 +02:00
import Foundation
public struct Glucose {
public let glucose: UInt16
public let trend: UInt8
public let timestamp: Date
public let collector: String?
}