Bridging Header: Expose Objective-C to Swift

  • Build Setting > Target > Objective-C Bridging Header
  • YourAppName-Bridging-Header.h (social convention IMHO)
  • In the newly created header file, #import the .h files you want Swift to see.