multiple argument list with NS_REQUIRES_NIL_TERMINATION

Posted by brigadir on Stack Overflow See other posts from Stack Overflow or by brigadir
Published on 2010-04-26T13:11:38Z Indexed on 2010/04/26 13:13 UTC
Read the original article Hit count: 472

Filed under:
|
|
|
|

Hello

I have a function -(id) func: params1, ... NS_REQUIRES_NIL_TERMINATION and2: params2, ... NS_REQUIRES_NIL_TERMINATION;

Compiler says: error: expected `;' before 'and2' Is there any way to make function with 2 argument lists?

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about xcode