Skip to content

Instantly share code, notes, and snippets.

@beelsebob
Created August 17, 2011 10:34
Show Gist options
  • Select an option

  • Save beelsebob/1151291 to your computer and use it in GitHub Desktop.

Select an option

Save beelsebob/1151291 to your computer and use it in GitHub Desktop.
__block SomeObject *a = [SomeObject someObject];
[a setCompletion:^()
{
[self removeSomeObject:a];
}];
[self addSomeObject:a];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment