Skip to content

Instantly share code, notes, and snippets.

@cipolleschi
Last active December 22, 2020 10:14
Show Gist options
  • Select an option

  • Save cipolleschi/2a9e6b0c097cddf546f52a80c5e3efb8 to your computer and use it in GitHub Desktop.

Select an option

Save cipolleschi/2a9e6b0c097cddf546f52a80c5e3efb8 to your computer and use it in GitHub Desktop.
enum Series {
case repetitionBased(exerciseId: String, count: Int)
case timeBased(exerciseId: String, duration: TimeInterval)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment