scanLocation property

int get scanLocation

Implementation

int get scanLocation {
  return _lib._objc_msgSend_10(_id, _lib._sel_scanLocation1);
}
set scanLocation (int value)

Implementation

set scanLocation(int value) {
  return _lib._objc_msgSend_515(_id, _lib._sel_setScanLocation_1, value);
}