package com.meituan.sample.robusttest; /** * Created by mivanzhang on 16/12/30. */ public interface CallBack { void callBack(); }