Swift Functional Programming(Second Edition)
上QQ阅读APP看书,第一时间看更新

Objective-C and Swift bridging headers

Bridging headers empower us to mix Swift with Objective-C in our projects. This functionality makes it possible to use our previously written Objective-C code in Swift projects and vice versa.