Skip to content

Instantly share code, notes, and snippets.

@Skyyo
Created August 22, 2021 13:34
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 Skyyo/0e5dfd437f2ac92f2d606f023d0637ad to your computer and use it in GitHub Desktop.
Save Skyyo/0e5dfd437f2ac92f2d606f023d0637ad to your computer and use it in GitHub Desktop.
@Parcelize
data class InputWrapper(
val value: String = "",
val errorId: Int? = null
) : Parcelable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment