陈嘉乐
2020-08-24 fcebedf4555b2d597668006ba21ed47630343da3
1
2
3
4
5
6
7
8
using System;
namespace GateWay.Droid.FengLinVideo.Interface
{
    public interface VideoState
    {
        void onPhoneEvent(string msg);
    }
}