Created
February 5, 2016 12:48
-
-
Save vineetchoudhary/406c42eeb12f51c6c2a8 to your computer and use it in GitHub Desktop.
Creating block variable
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//defining a block variable | |
typedef void (^Completionhandler)(BOOL success); | |
//creating a block variable | |
Completionhandler myCompletionHandler; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment