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

com.thebund1st.daming.core.SmsVerificationCodePattern Maven / Gradle / Ivy

package com.thebund1st.daming.core;

public interface SmsVerificationCodePattern {

    boolean matches(SmsVerificationCode value);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy