aurora/Aurora/Design/Views/Profile/ProfileView.xaml.cs

15 lines
262 B
C#
Raw Normal View History

using System;
using System.Collections.Generic;
using Xamarin.Forms;
2019-07-05 18:17:09 +00:00
namespace Aurora.Design.Views.Profile
{
public partial class ProfileView : ContentView
{
public ProfileView()
{
InitializeComponent();
}
}
}