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

io.github.icusystem.icu_connect.api_icu.EnrollRequest Maven / Gradle / Ivy

The newest version!
package io.github.icusystem.icu_connect.api_icu;

public class EnrollRequest {

    public String Image;

    public EnrollRequest(String enrollImage){
        this.Image = enrollImage;
    }
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy