I have a problem, I import the swift file correctly, but some of the methods of the swift are not imported in an objective-c. I use SweetAlert in my project.
This code from SweetAlert.swift
But when generated interface header file (CashCourier-Swift.h) , it imported only the first function.
This is generated interface header
Like all did the right thing, but I can not use a showAlert function with multiple parameters.