package com.nightonke.boommenu.BoomButtons; /** * Created by Weiping Huang at 01:26 on 16/11/18 * For Personal Open Source * Contact me at 2584541288@qq.com or nightonke@outlook.com * For more projects: https://github.com/Nightonke */ public interface InnerOnBoomButtonClickListener { void onButtonClick(int index, BoomButton boomButton); }