package com.mylhyl.circledialog.view.listener; import android.view.View; import android.widget.EditText; /** * Created by hupei on 2018/5/21. */ public interface InputView { EditText getInput(); View getView(); }