I\'m just starting out with iphone development and ran across some example code that used @\"somestring\"
someLabel.txt = @\"string of text\";
It creates an NSString object with that string as opposed to the standard c char* that would be created without the '@'