package com.hdl.linkpm.sdk.template.callback;/* *create by wxr *date 2022/1/19 */ import com.hdl.linkpm.sdk.core.callback.IBaseCallBack; import com.hdl.linkpm.sdk.template.bean.TemplateFunctionBean; import com.hdl.linkpm.sdk.template.bean.TemplateListResponseBean; import java.util.List; public interface ITemplateListCallBack extends IBaseCallBack { /** * 成功回调 */ void onSuccess(TemplateListResponseBean templateListResponseBean); }