Skip to content

Instantly share code, notes, and snippets.

@rozkminiacz
Created February 15, 2019 16:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rozkminiacz/ed2150a81c6416e189517c858690bd51 to your computer and use it in GitHub Desktop.
Save rozkminiacz/ed2150a81c6416e189517c858690bd51 to your computer and use it in GitHub Desktop.
public interface ImageManager {
void loadImage(String imageUrl, ImageView target, Context context);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment