Skip to content

Instantly share code, notes, and snippets.

@maiatoday
Created January 26, 2018 13:15
Show Gist options
  • Save maiatoday/3365cbf042bf98851d43d3c3b02cfbb8 to your computer and use it in GitHub Desktop.
Save maiatoday/3365cbf042bf98851d43d3c3b02cfbb8 to your computer and use it in GitHub Desktop.
ContrivedParams
@Parcelize data class ContrivedParams(val title:String,
val starCount:Int,
val colour:String) : Parcelable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment