Created
January 26, 2018 13:15
-
-
Save maiatoday/3365cbf042bf98851d43d3c3b02cfbb8 to your computer and use it in GitHub Desktop.
ContrivedParams
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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