Hi, how to declare class with inheritance like this, or how can we achieve the same thing ``` js class ViewController: NSViewController { function viewDidLoad() { super.viewDidLoad() } } ``` Thanks :)