![]() |
What is a Swift Bridging Header?
A Swift bridging header is the communication media with your Objective-C classes from your Swift classes. Bridging header plays an important role in Swift that allows to run the Swift code along with some codebase written in Objective C. |