Skip to content

Instantly share code, notes, and snippets.

@kashifo
Created October 24, 2019 01:10
Show Gist options
  • Save kashifo/f897da04ff1ac116b2c2fd0201cbe8d8 to your computer and use it in GitHub Desktop.
Save kashifo/f897da04ff1ac116b2c2fd0201cbe8d8 to your computer and use it in GitHub Desktop.
class HolidayModelKotlin{
var date:String? = null
var name:String? = null
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment