I didn’t think about it before, but these do the same thing in Objective-C:

let string1 = @"hello" @"world";
let string2 = @"hello" "world";