Optional
deallocOptional
forwardGets notified about the method name that we’re about to forward a call to.
This might be where you’d start out with a temporary callback that just logs the names to help you decide which methods to override.
Name of method that is about to get called.
Generated using TypeDoc
Gets notified right after the object has been deallocated.
This is where you might clean up any associated state.