Skip to content

Instantly share code, notes, and snippets.

@michaeleisel
Created January 12, 2019 22:55
Show Gist options
  • Save michaeleisel/c4416c836fdb355cbe10d07604d650c1 to your computer and use it in GitHub Desktop.
Save michaeleisel/c4416c836fdb355cbe10d07604d650c1 to your computer and use it in GitHub Desktop.
- (void)dealloc
{
if (_shouldRecycle) {
objc_destructInstance(self);
[self recycle];
} else {
[super dealloc];
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment