package com.mylhyl.circledialog.view.listener; /** * Created by hupei on 2018/6/28 11:23. */ public interface OnInputCounterChangeListener { String onCounterChange(int maxLen, int currentLen); }