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
I had the same problem it was like:
-(void) gotoHome(){ ...}
Because I am new to objective C, I forgot to "not using" opening and closing braces when send function arguments