using System; using Xamarin.Forms; namespace SampleApp.DependencyServices { public interface IAccessibilityPane { void SetPane(View v, string t); bool CheckPane(View vc); } }