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

hirezapi.Platform Maven / Gradle / Ivy

The newest version!
package hirezapi;

import okhttp3.HttpUrl;

public interface Platform {
  String getGame();

  String getPlatform();

  HttpUrl getBaseUrl();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy