How do I resolve this circular dependency?

前端 未结 3 1418
遥遥无期
遥遥无期 2021-02-19 01:53

I\'m new to iOS development and am running into an issue with my header files. I\'m running into a circular dependency issue with my header files. My application delegate clas

3条回答
  •  一整个雨季
    2021-02-19 02:57

    Did not read everything, but you can do forward declarations with @class. Usually how I solve circular dependencies.

提交回复
热议问题