TDD.swift 96 B

1234567
  1. import Foundation
  2. struct TDD: JSON, Equatable {
  3. let tdd: Decimal
  4. var timestamp: Date
  5. }