Created
October 4, 2022 12:10
-
-
Save SarahAlsharif/50761e36d5b4009e75f585f237a6089b 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 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