-
-
Save cipolleschi/2a9e6b0c097cddf546f52a80c5e3efb8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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