“Expected method body” error

后端 未结 8 1388
天涯浪人
天涯浪人 2020-12-20 13:15

I had my application working fine, then without doing anything, out of nowhere I got 2 errors in appDelegate.h. One says this:

Expected

8条回答
  •  执念已碎
    2020-12-20 13:51

    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.

提交回复
热议问题