Created
June 25, 2017 02:54
-
-
Save dharmakshetri/150f3e4d24f3b90b56d609d213d874b7 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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