using System; namespace GateWay.Droid.FengLinVideo.Interface { public interface VideoState { void onPhoneEvent(string msg); } }