Skip to content

Instantly share code, notes, and snippets.

@Raiden18
Created June 1, 2022 18:46
Show Gist options
  • Save Raiden18/828bcec0bc949e31d4557de6aba47c5a to your computer and use it in GitHub Desktop.
Save Raiden18/828bcec0bc949e31d4557de6aba47c5a to your computer and use it in GitHub Desktop.
sealed class Icon {
data class Resources(val name: String)
data class Url(val url: String)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment