receiver type *** for instance message is a forward declaration

后端 未结 9 1018
心在旅途
心在旅途 2021-01-30 01:19

In my iOS5 app, I have NSObject States class, and trying to init it:

states = [states init];

here is init

9条回答
  •  日久生厌
    2021-01-30 02:00

    Check if you imported the header files of classes that are throwing this error.

提交回复
热议问题