IDTech iOS/OSX SDK Guide  1.1.084
API reference for UniPay 1.5
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