Быстрые статические свойства

class University {

  // static property 
  static var name: String = ""
  ...  
}
SAMER SAEID