zone method

Pointer<NSZone> zone()

zone

Implementation

ffi.Pointer<NSZone> zone() {
  return _objc_msgSend_sz90oi(object$.ref.pointer, _sel_zone);
}