Synthesize error “Missing Context for Property Implementation Declaration”

后端 未结 2 696
一生所求
一生所求 2020-12-18 19:36

Anyone have any ideas? When I try to synthesize a property I have declared in the .h file its not letting me synthesize it. Any ideas? Thanks!

2条回答
  •  一向
    一向 (楼主)
    2020-12-18 20:14

    It often happen when you use #import ,and does not on the top of file.

提交回复
热议问题