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