package com.pacific.adapter; import android.widget.ImageView; public interface ImageLoader { void load(ImageView imageView, ViewHolder holder); }