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