package com.mylhyl.circledialog.callback; import com.mylhyl.circledialog.params.LottieParams; /** * Created by hupei on 2019/1/10. */ public interface ConfigLottie { void onConfig(LottieParams params); }