Advertisement
Guest User

Untitled

a guest
Aug 28th, 2022
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. class workouts {
  2.  
  3. struct DumbbellBenchPress {
  4. let name = "Dumbbell Bench Press"
  5. let image = "push-ups"// change to dumbbell bench press image
  6. let video = ""
  7. let description = "The Dumbbell Bench Press is similar to the Barbell Bench Press yet focuses on chest hypertrophy more than the Barbell Bench Press. Using dumbbells may place less stress on the shoulders as opposed to using a barbell."
  8. }
  9.  
  10. struct Pushups {
  11. let name = "Pushups"
  12. let image = "push-ups"
  13. let video = ""
  14. let description = "Pushups are one of the best dynamic exercises. While they cannot be loaded like a barbell can, an individual can perform any amount desired, which makes it a great warmup and regular workout."
  15. }
  16.  
  17. }
  18.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement