retain method

int retain()
override

Implementation

int retain() {
  return ++_retainCount;
}