package com.sogouchat.search; public interface EditTextChangeInterface { void OnEditTextChange(String strText); }