xdripswift/xDripWidget/Constants/ConstantsWidget.swift

14 lines
272 B
Swift
Raw Normal View History

2023-12-31 12:21:38 +01:00
//
// ConstantsWidget.swift
// xDripWidgetExtension
//
// Created by Paul Plant on 31/12/23.
// Copyright © 2023 Johan Degraeve. All rights reserved.
//
enum ConstantsWidget {
static let mmollToMgdl = 18.01801801801802
static let mgDlToMmoll = 0.0555
}