xdripswift/xdrip/Managers/Alerts/AlertEntryUnit.swift

9 lines
174 B
Swift

import Foundation
/// unit to be used in alert entry - eg mgdl (not mmol because mmol is just mgdl converted), or minutes
enum AlertUnit {
case mgdl
case minutes
}