Skip to content

Instantly share code, notes, and snippets.

@dharmakshetri
Created June 25, 2017 02:54
Show Gist options
  • Save dharmakshetri/150f3e4d24f3b90b56d609d213d874b7 to your computer and use it in GitHub Desktop.
Save dharmakshetri/150f3e4d24f3b90b56d609d213d874b7 to your computer and use it in GitHub Desktop.
package co.prandroid.recylerviewkotlin
/**
* Created by dharmakshetri on 6/24/17.
*/
class Movie (val url:String, val name: String, val year: Int?)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment