I follow the objective-c book (objective-c basics of Fairbairns, Fahrenkrug, Ruffenach), and I fell to the first hurdle with their CoinToss example.
I get the "expected expression" error on this line:
๏ฟผ๏ฟผ๏ฟผresult.text = coinLandedOnHeads ? @"Heads" : @"Tails";
I also included a screenshot of the entire page below. what exactly is the problem ?: I checked and double-checked the code in the same way as the book, but did I miss something very obvious?
Thanks!

EDIT: Here is my header file:
source share