package com.mylhyl.circledialog.view.listener; import android.widget.TextView; import com.airbnb.lottie.LottieAnimationView; /** * Created by hupei on 2018/7/4. */ public interface OnCreateLottieListener { void onCreateLottieView(LottieAnimationView lottieAnimationView, TextView textView); }