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