&tag(Objective-C);
initWithObjectsを使う。最後のnilを忘れないこと。
NSArray *names = [[NSArray alloc] initWithObjects:@"abc", @"def", nil];