Possible Duplicate:
Implementing a method taking a block to use as callback
I couldn't find any clear explanation about how to implement a method that executes a completion block.
I know that NSOperation can be subclasses and used with calling setCompletionBlock:
. Anyone knows if this is possible just by implementing in the m. file?