TDD.swift 85 B

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