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

co.fusionx.spotify.model.Image Maven / Gradle / Ivy

The newest version!
package co.fusionx.spotify.model;

public interface Image {

    public int getHeight();

    public String getUrl();

    public int getWidth();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy