PlaceWeatherState

sealed class PlaceWeatherState

Inheritors

Types

Link copied to clipboard
Link copied to clipboard
data class Result(val weatherNow: String, val weatherHigh: String, val weatherLow: String, val iconResId: Int) : PlaceWeatherState