Skip to content

Instantly share code, notes, and snippets.

@SarahAlsharif
Created October 4, 2022 12:10
Show Gist options
  • Save SarahAlsharif/50761e36d5b4009e75f585f237a6089b to your computer and use it in GitHub Desktop.
Save SarahAlsharif/50761e36d5b4009e75f585f237a6089b to your computer and use it in GitHub Desktop.
enum Rating : Int, CaseIterable {
case oneStar = 1
case twoStars = 2
case threeStars = 3
case fourStars = 4
case fiveStars = 5
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment