Skip to content

Instantly share code, notes, and snippets.

@InnovativeTechies
Created July 8, 2020 18:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save InnovativeTechies/71af4ea056c968cf752fc91455af27f1 to your computer and use it in GitHub Desktop.
Save InnovativeTechies/71af4ea056c968cf752fc91455af27f1 to your computer and use it in GitHub Desktop.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Xamarin.Forms;
namespace MaterialTextField
{
public class EntryView : View
{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment