Skip to content

Instantly share code, notes, and snippets.

@fousa
Created July 25, 2012 22:11
Obj-C Save Block
typedef void(^MyBlock)(void);
MyBlock savedBlock = ^ {
// Executed block
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment