WIP
This commit is contained in:
@@ -33,6 +33,11 @@ class CurrentWorkoutInfo {
|
||||
return exercise
|
||||
}
|
||||
|
||||
var allSupersetExecercise: SupersetExercise? {
|
||||
let obj = workout?.allSupersetExecercise?[allSupersetExecerciseIndex]
|
||||
return obj
|
||||
}
|
||||
|
||||
var nextExercise: SupersetExercise? {
|
||||
guard let workout = workout else { return nil }
|
||||
guard let supersets = workout.supersets else { return nil }
|
||||
|
||||
Reference in New Issue
Block a user