Created
June 13, 2017 04:01
-
-
Save ha-yi/f244c6a6e42e6b5177c9c4ca131e0c8a 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
| open class Bantuan() { | |
| var id: Int? = null | |
| var name: String? = null | |
| var category: String? = null | |
| var info: String? = null | |
| var created: String? = null | |
| var updated: String? = null | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment