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
You can import that header file in your projects prefix_pch file.then You can use it in Your classes .