using System; using Xamarin.Forms; namespace SampleApp.DependencyServices { public interface IReadText { void ReadText(Label t); } }