
com.telly.wasp.UrlHolder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wasp Show documentation
Show all versions of wasp Show documentation
Bitmap utilities for Android
The newest version!
package com.telly.wasp;
import java.util.Observer;
/**
* @author cristian
* @version 1.0
*/
public interface UrlHolder extends Observer {
String getUrl();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy