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

twitter4jads.internal.models4j.Image Maven / Gradle / Ivy

The newest version!
package twitter4jads.internal.models4j;

/**
 * Created with IntelliJ IDEA.
 *
 * Date: 08/05/14
 * Time: 7:47 PM
 */
public interface Image {

    Long width();
    Long height();
    String imageType();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy