com.thebund1st.daming.core.SmsVerificationCodePattern Maven / Gradle / Ivy
package com.thebund1st.daming.core;
public interface SmsVerificationCodePattern {
boolean matches(SmsVerificationCode value);
}
package com.thebund1st.daming.core;
public interface SmsVerificationCodePattern {
boolean matches(SmsVerificationCode value);
}