March 2014 update
This commit is contained in:
parent
09687c4926
commit
a25938f123
1846 changed files with 21876 additions and 5203 deletions
|
|
@ -12,6 +12,4 @@ void logObjects(id firstObject, ...) // <-- there is always at least one arg, "n
|
|||
|
||||
// This function can be called with any number or type of objects, as long as you terminate it with "nil":
|
||||
logObjects(@"Rosetta", @"Code", @"Is", @"Awesome!", nil);
|
||||
logObjects([NSNumber numberWithInt:4],
|
||||
[NSNumber numberWithInt:3],
|
||||
@"foo", nil);
|
||||
logObjects(@4, @3, @"foo", nil);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue