com.thebund1st.daming.core.SmsVerificationCodeSender Maven / Gradle / Ivy
package com.thebund1st.daming.core;
public interface SmsVerificationCodeSender {
void send(SmsVerification verification);
}
package com.thebund1st.daming.core;
public interface SmsVerificationCodeSender {
void send(SmsVerification verification);
}