Abstract
Base class for all objects whose lifetime is managed by autorelease pools created with the autorelease function.
Checks if this object is retained.
Releases the native resources associated with this object.
Marks this object as retained, meaning that it will not be automatically released when exit from autorelease function occurs.
Base class for all objects whose lifetime is managed by autorelease pools created with the autorelease function.