Skip to content

Instantly share code, notes, and snippets.

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