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