Szybkie właściwości statyczne
class University {
// static property
static var name: String = ""
...
}
SAMER SAEID
class University {
// static property
static var name: String = ""
...
}