I\'m just starting out with iphone development and ran across some example code that used @\"somestring\"
someLabel.txt = @\"string of text\";
In Objective-C, the syntax @"foo" is an immutable, literal instance of NSString.