Skip to content

Instantly share code, notes, and snippets.

@taka328w
Created April 28, 2012 14:17
Show Gist options
  • Save taka328w/2519387 to your computer and use it in GitHub Desktop.
Save taka328w/2519387 to your computer and use it in GitHub Desktop.
NSObject+Extensions.h
#import <Foundation/Foundation.h>
@interface NSObject (Extensions)
typedef void (^VoidBlock)(void);
- (void)performBlockInBackground:(VoidBlock)block;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment