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

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