com.almis.awe.developer.model.ITranslationResult Maven / Gradle / Ivy
package com.almis.awe.developer.model;
public interface ITranslationResult {
String getTranslation();
String getRemaining();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy