Skip to content

Instantly share code, notes, and snippets.

@ha-yi
Created June 13, 2017 04:01
Show Gist options
  • Select an option

  • Save ha-yi/f244c6a6e42e6b5177c9c4ca131e0c8a to your computer and use it in GitHub Desktop.

Select an option

Save ha-yi/f244c6a6e42e6b5177c9c4ca131e0c8a to your computer and use it in GitHub Desktop.
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