using System;


public interface ITestSuiteClient
{
    void Show(string appkey);
	void ShowAdInspector();
}

