![JAR search and dependency download from the Maven repository](/logo.png)
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