Are multiple lines in a header file allowed for text / strings?

Posted by just_another_coder on Stack Overflow See other posts from Stack Overflow or by just_another_coder
Published on 2010-05-26T07:33:26Z Indexed on 2010/05/26 13:11 UTC
Read the original article Hit count: 95

Filed under:

I want to do this:

#define kDescriptionText @"Some text here..."
"...and more continued here."

I've also tried:

@"...and more continued here."

Is this possible? Or must it all be on one looooooong line?

© Stack Overflow or respective owner

Related posts about objective-c