Skip to content

Instantly share code, notes, and snippets.

@arifvn
Last active November 15, 2020 09:07
Show Gist options
  • Save arifvn/1b32352da877205c82423bfc91c310a6 to your computer and use it in GitHub Desktop.
Save arifvn/1b32352da877205c82423bfc91c310a6 to your computer and use it in GitHub Desktop.
class Car {
var name:String by Delegate()
var brand:String by Delegate()
var origin:String by Delegate()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment