Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kepocnhh/eda0b2c465e88513e231861f365a5080 to your computer and use it in GitHub Desktop.
Save kepocnhh/eda0b2c465e88513e231861f365a5080 to your computer and use it in GitHub Desktop.
class UglyClass
{
var number: Int = 0
var name: String? = null
var date: Date? = null
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment