Skip to content

Instantly share code, notes, and snippets.

@ttakamoto
Created September 21, 2012 18:30
Show Gist options
  • Save ttakamoto/3763106 to your computer and use it in GitHub Desktop.
Save ttakamoto/3763106 to your computer and use it in GitHub Desktop.
ios: init
- (id) init {
if(self = [super init]) {
}
return self;
}
- (void) dealloc {
[super dealloc];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment