Referensi lemah yang cepat

class Employee {
  weak var colleague: Employee? 
  ...  
}
SAMER SAEID