chenzhangyue
2023-09-01 bf8fbf4927d8ddec69893a6bebb79dadf1b4225d
src/main/java/com/genersoft/iot/vmp/gb28181/task/ISubscribeTask.java
old mode 100644 new mode 100755
@@ -7,6 +7,4 @@
 */
public interface ISubscribeTask extends Runnable{
    void stop();
    DialogState getDialogState();
}