Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- struct Exercise: Identifiable {
- var id = UUID()
- var name: String
- var image: String
- var time: Double
- var restTime: Double
- var routine: [workouts]
- }
- let exerciseData = [
- Exercise(name: "Chest Hypertrophy", image: "push-ups", time: 60, restTime: 1.00, routine: [workouts.Pushups, workouts.DumbbellBenchPress])
- ]
Advertisement
Add Comment
Please, Sign In to add comment