15 lines
262 B
C#
15 lines
262 B
C#
|
using System;
|
|||
|
using System.Collections.Generic;
|
|||
|
using Xamarin.Forms;
|
|||
|
|
|||
|
namespace Aurora.Design.Views.Profile
|
|||
|
{
|
|||
|
public partial class ProfileView : ContentView
|
|||
|
{
|
|||
|
public ProfileView()
|
|||
|
{
|
|||
|
InitializeComponent();
|
|||
|
}
|
|||
|
}
|
|||
|
}
|