Skip to content

Instantly share code, notes, and snippets.

@NetguruGist
Last active December 8, 2015 10:39
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 NetguruGist/c8b2752925d9cb6fcd23 to your computer and use it in GitHub Desktop.
Save NetguruGist/c8b2752925d9cb6fcd23 to your computer and use it in GitHub Desktop.
generics12b objectivec
MyCustomClass<NSString *>* myCustomObject = [MyCustomClass new];
[myCustomObject doSomethingWithGeneric:@"Some string"];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment