CocoaScript icon indicating copy to clipboard operation
CocoaScript copied to clipboard

How to declare class with inheritance

Open onmyway133 opened this issue 9 years ago • 0 comments

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 :)

onmyway133 avatar Aug 18 '16 07:08 onmyway133