package dsq.thedroid.ui; import android.view.View; public interface TextInserter { void tryInsert(View view, String text); }