Open onmyway133 opened 8 years ago
Hi, how to declare class with inheritance like this, or how can we achieve the same thing
class ViewController: NSViewController { function viewDidLoad() { super.viewDidLoad() } }
Thanks :)
Hi, how to declare class with inheritance like this, or how can we achieve the same thing
Thanks :)