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

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

There is a newer version: 2.2
Show newest version
package twitter4j.internal.models4j;

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy