add apple tv app
This commit is contained in:
19
iphone/Werkout_ios/WatchPackageModel.swift
Normal file
19
iphone/Werkout_ios/WatchPackageModel.swift
Normal file
@@ -0,0 +1,19 @@
|
||||
//
|
||||
// WatchPackageModel.swift
|
||||
// Werkout_ios
|
||||
//
|
||||
// Created by Trey Tartt on 6/22/23.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
struct WatchPackageModel: Codable {
|
||||
var currentExerciseName: String
|
||||
var currentTimeLeft: Int
|
||||
var workoutStartDate: Date
|
||||
var workoutEndDate: Date?
|
||||
}
|
||||
|
||||
struct WatchFinishWorkoutModel: Codable {
|
||||
var healthKitUUID: UUID
|
||||
}
|
||||
Reference in New Issue
Block a user