Skip to content

Instantly share code, notes, and snippets.

@TachibanaKaoru
Created December 21, 2013 12:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TachibanaKaoru/8068947 to your computer and use it in GitHub Desktop.
Save TachibanaKaoru/8068947 to your computer and use it in GitHub Desktop.
日本語の変数名その2
NSArray* クラス全員 = [[NSArray alloc] init];
for( id 選ばれた人 in クラス全員){
[選ばれた人 description];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment