0
class MyComputer{ var Steps: Int=0{ willSet { print(newValue) } didSet { print(oldValue) } } }
24th Dec 2016, 8:40 AM
Sandeep
Sandeep - avatar