package fr.free.nrw.commons; import android.content.Context; public interface ViewHolder { void bindModel(Context context, T model); }