Skip to content

Instantly share code, notes, and snippets.

@adamped
Created April 12, 2016 10:15
Show Gist options
  • Save adamped/fec3cb59cb34a4f971babf195f350128 to your computer and use it in GitHub Desktop.
Save adamped/fec3cb59cb34a4f971babf195f350128 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8" ?>
<ContentPage xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="Mobile.Base.BaseView">
</ContentPage>
public partial class BaseView : ContentPage, IView
{
public BaseView()
{
InitializeComponent();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment