I had my application working fine, then without doing anything, out of nowhere I got 2 errors in appDelegate.h. One says this:
appDelegate.h
Expected
In my case I copied over my new methods in my implementation file over to the header file. I also copied over the @implementation Class(category) line and forgot to change it to @interface.