retain method

void retain()

Implementation

void retain() {
  refCount++;
}