Skip to content

Instantly share code, notes, and snippets.

@kmussel
Created September 17, 2012 14:57
Show Gist options
  • Save kmussel/3737851 to your computer and use it in GitHub Desktop.
Save kmussel/3737851 to your computer and use it in GitHub Desktop.
Class (^PropertyClass)(NSMutableDictionary **);
PropertyClass = ^(NSMutableDictionary **dict){
/**
Doing stuff here
**/
return nil;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment