This commit is contained in:
Trey t
2023-08-16 00:16:38 -05:00
parent c0fdca9996
commit b501f66bf3
10 changed files with 234 additions and 81 deletions

View File

@@ -15,6 +15,5 @@ struct WatchPackageModel: Codable {
}
struct WatchFinishWorkoutModel: Codable {
var totalBurnedEnergery: Double
var allHeartRates: [Int]
var healthKitUUID: UUID
}