In Objective-C, importing same headers in every class make compile time longer?

前端 未结 5 544
轻奢々
轻奢々 2021-01-11 17:23

I\'m a beginner of Objective-C/iOS programing.

I want make a one header file which includes all class headers I use in my project.
And import the header in every

5条回答
  •  情书的邮戳
    2021-01-11 17:56

    You can import that header file in your projects prefix_pch file.then You can use it in Your classes .

提交回复
热议问题