Last active
November 15, 2020 09:07
-
-
Save arifvn/1b32352da877205c82423bfc91c310a6 to your computer and use it in GitHub Desktop.
This file contains 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
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