日本語の変数名その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
NSArray* クラス全員 = [[NSArray alloc] init]; | |
for( id 選ばれた人 in クラス全員){ | |
[選ばれた人 description]; | |
} |