package com.github.hunter0x7c7.sync.model.interfaces; /* * @Auther: Hunter * @Date: 2022/12/02/18:04 * @Description: */ public interface Callback { void onCall(T var1); }