using System; using System.Reflection; using Bit.App.Abstractions; using Bit.App.Controls; using Xamarin.Forms; namespace Bit.UWP.Services { public class ReflectionService : IReflectionService { public Func GetVisualElementOnSizeRequest(ExtendedTableView tableView) { // TODO throw new NotImplementedException(); } } }