zone method

Pointer<_NSZone> zone()
inherited

zone

Implementation

ffi.Pointer<_NSZone> zone() {
  return _objc_msgSend_sz90oi(this.ref.pointer, _sel_zone);
}