I\'m trying to add PassSlot into my project, but it says it can\'t find the .h file. I\'m following everything correctly from here: https://github.com/passslot/passslot-ios-sdk<
Replacing #import "Headerfile.h" with #import worked for me.
#import "Headerfile.h"
#import