Skip to content

Instantly share code, notes, and snippets.

@eliaskg
Created May 25, 2012 03:32
Show Gist options
  • Save eliaskg/2785598 to your computer and use it in GitHub Desktop.
Save eliaskg/2785598 to your computer and use it in GitHub Desktop.
- (void)initWithName {
if (self = [super initWithDifferentName]) {
// Bla..
}
}
@siuying
Copy link

siuying commented May 25, 2012

Thank you :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment