Skip to content

Instantly share code, notes, and snippets.

@Pasanpr
Created February 21, 2017 17:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Pasanpr/b1a12769f94696dac3b36ab8bc1190ed to your computer and use it in GitHub Desktop.
Save Pasanpr/b1a12769f94696dac3b36ab8bc1190ed to your computer and use it in GitHub Desktop.
enum WeatherIcon: String {
case clearDay = "clear-day"
case clearNight = "clear-night"
case rain = "rain"
case snow = "snow"
case sleet = "sleet"
case wind = "wind"
case fog = "fog"
case cloudy = "cloudy"
case partlyCloudyDay = "partly-cloudy-day"
case partlyCloudyNight = "partly-cloudy-night"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment