How to create Objective-c Prefix.pch header file for swift project

I have a quick project right now and I am adding multiple objective-c files to the project. But objective-c files have a prefix header file, so I don't need to import each one into every objective-c file. I know how to do this in an objective-c project. But now I'm on a fast track. So how do you do it?

+3


source to share





All Articles