package com.example.ormlite.cursor; import android.content.Context; /** * Created by andrei on 26/01/15. */ public interface IBindable { public void bindView(Context pContext, T pModel); }