If MyFramework contains Objective-C classes in its public headers (and the umbrella header), then import MyFramework is all that's necessary to use them from Swift.
Bridging headers
A bridging header makes additional Objective-C and C declarations visible to Swift code. When adding project files, ...