In appName-Bridging-Header.h you need to import the required .h file and they will be available in fast code
And in the Objective-C file, you need to import the generated module_name-Swift.h , which contains all the quick access classes. This way, quick classes will be available in object c.
source share