DeterminationData.swift 86 B

1234567
  1. import Foundation
  2. struct DeterminationData {
  3. let cob: Int
  4. let iob: Decimal
  5. }