multiple argument list with NS_REQUIRES_NIL_TERMINATION
- by brigadir
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?