Kairlec
2024-03-21 afed8161b1647710de281fa625e796b151cc55cd
1
2
3
4
5
6
7
package com.genersoft.iot.vmp.service.bean;
 
public interface PlayBackCallback<T> {
 
    void call(PlayBackResult<T> msg);
 
}