ashishkakkad.com
How to add an Objective-C file in your Swift Project? or How to set Objective-C bridging header? - Ashish Kakkad
To import a set of Objective-C files in the same app target as your Swift code, you rely on an Objective-C bridging header to expose those files to Swift. Xcode offers to create this header file when you add an Objective-C file to an existing Swift app. If you accept, Xcode creates the header file ... Read more
Ashish Kakkad