wxr
2023-01-09 623b1b77900ca2804d76426e5e0c003249eef324
1
2
3
4
5
6
7
8
using System;
namespace HDL_ON_Android.FengLinVideo.Interface
{
    public interface VideoState
    {
        void OnPhoneEvent(string msg);
    }
}