Быстрый конструктор

class myClass {
  init(){
    print("Hello World")
  }
}
Jack Sparrow