Skip to content

Instantly share code, notes, and snippets.

@tudormunteanu
Created September 12, 2011 13:47
Show Gist options
  • Save tudormunteanu/1211292 to your computer and use it in GitHub Desktop.
Save tudormunteanu/1211292 to your computer and use it in GitHub Desktop.
- (id) init {
self = [super init];
if (self != nil) {
}
return self;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment