com.koushikdutta.ion.gif.GifAction Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ion Show documentation
Show all versions of ion Show documentation
Android Asynchronous Networking Made Easy
package com.koushikdutta.ion.gif;
public interface GifAction {
public boolean parseOk(boolean parseStatus, int frameIndex);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy