misc watch stuff including taps, sounds, maybe working

This commit is contained in:
Trey t
2024-06-21 14:34:23 -05:00
parent 7ce996e451
commit cee84d7776
9 changed files with 61 additions and 36 deletions

View File

@@ -9,6 +9,7 @@ import Foundation
struct WatchPackageModel: Codable {
var currentExerciseName: String
var currentExerciseID: Int
var currentTimeLeft: Int
var workoutStartDate: Date
var workoutEndDate: Date?