com.fastchar.sms.interfaces.IFastSMSInterface Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fastchar-sms Show documentation
Show all versions of fastchar-sms Show documentation
FastChar-SMS is a FastChar plugin.
package com.fastchar.sms.interfaces;
import com.fastchar.core.FastHandler;
import com.fastchar.sms.entity.FinalSmsEntity;
public interface IFastSMSInterface {
FastHandler postSMS(FinalSmsEntity smsEntity);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy