IDTech iOS SDK Guide  1.1.166.045
API reference for NEO2
Add Import Statement to the Bridging Header File

Inside of the newly created bridging header file, add the following import statement:

#import <IDTech/IDTech.h>


The file should now look similar to the following:

#ifndef Swift_Bridging_Header_h
#define Swift_Bridging_Header_h
#import <IDTech/IDTech.h>
#endif