6485840858
2023-08-15 bd41451d60c2d7143a67d3eaa03d4d09679340a4
1
2
3
4
5
6
7
8
9
package com.genersoft.iot.vmp.vmanager.gb28181.play.bean;
 
 
/**
 * @author lin
 */
public interface AudioBroadcastEvent {
    void call(String msg);
}