blob: 41aea28f5e558c0b98a1fa055fb9144a37313e44 [file] [log] [blame]
NSString *str = (otherString ?: @"this is the placeholder");
NSString *str2 = (str ? otherString : @"this is the other placeholder");