chenjialing
2022-03-03 b225b535102ca8d917a4a64765a04566211a7c0a
1
2
3
4
5
6
package com.genersoft.iot.vmp.gb28181.transmit;
 
import javax.sip.SipListener;
 
public interface ISIPProcessorObserver extends SipListener {
}