Skip to content

Instantly share code, notes, and snippets.

@Plnda
Last active January 21, 2020 19:58
Show Gist options
  • Save Plnda/ed539107474e78662051281bc6c140c4 to your computer and use it in GitHub Desktop.
Save Plnda/ed539107474e78662051281bc6c140c4 to your computer and use it in GitHub Desktop.
import Foundation
enum NetworkEnvironment: String {
case openWeather = "https://api.openweathermap.org/data/2.5"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment