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