Skip to content

Instantly share code, notes, and snippets.

@pi-chan
Created February 12, 2014 13:30
Show Gist options
  • Save pi-chan/8955578 to your computer and use it in GitHub Desktop.
Save pi-chan/8955578 to your computer and use it in GitHub Desktop.
#import <Foundation/Foundation.h>
@interface NSObject (PerformBlock)
- (void)performBlock:(void (^)())block afterDelay:(NSTimeInterval)delay;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment