黄学彪
2020-09-22 4f0ab0ad21ce450b7856d50f98322a7899361386
1
2
3
4
5
6
7
8
using System;
namespace GateWay.Droid.FengLinVideo.Interface
{
    public interface VideoState
    {
        void onPhoneEvent(string msg);
    }
}