All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.fastchar.sms.interfaces.IFastSMSInterface Maven / Gradle / Ivy

There is a newer version: 1.3.0
Show newest version
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