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