Skip to content

Instantly share code, notes, and snippets.

@abstractj
Created August 24, 2011 19:27
Show Gist options
  • Save abstractj/1168951 to your computer and use it in GitHub Desktop.
Save abstractj/1168951 to your computer and use it in GitHub Desktop.
dedicatoria.h
void (^now)(NSString *) = ^(NSString *from) {
NSDate *date = [NSDate date];
NSString *dedicatoria = [NSString stringWithFormat:@"Um abraço para %@", from];
NSString *assinatura = @"ferbass";
NSLog(@"%@ ,%@ \n %@", dedicatoria, assinatura, date);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment