Skip to content

Instantly share code, notes, and snippets.

@forgot
Last active August 29, 2015 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save forgot/11370536 to your computer and use it in GitHub Desktop.
Save forgot/11370536 to your computer and use it in GitHub Desktop.
Test

###This is a test Seeing if it works using

NSString *myCoolString = [NSString stringWithFormat:@"Freaking Sweet String!"];

- (void) makeItBetter:(NSString *)awesomify {
myCoolString = [NSString stringWithFormat:@"%@ Awesome!", myCoolString];
}

Did it work?

Base Parameters

Key Value
wci iOS
vendor CodeMessaging
type iOS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment