Skip to content

Instantly share code, notes, and snippets.

@Lewuathe
Created December 15, 2012 13:02
Show Gist options
  • Save Lewuathe/4294747 to your computer and use it in GitHub Desktop.
Save Lewuathe/4294747 to your computer and use it in GitHub Desktop.
Objectice-Cでのinitではまった ref: http://qiita.com/items/50b3cfae7f475f57d765
- (MyClass*)init:(double)paramA with:(double)paramB;
- (MyClass*)initWithParamA:(double)paramA
paramB:(double)paramB;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment