2019-05-18 17:25:36 -04:00
|
|
|
|
using System;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
|
|
|
|
|
using Xamarin.Forms;
|
|
|
|
|
|
2019-07-05 14:17:09 -04:00
|
|
|
|
namespace Aurora.Design.Views.Albums
|
2019-05-18 17:25:36 -04:00
|
|
|
|
{
|
2019-05-24 10:27:19 -04:00
|
|
|
|
public partial class AlbumsView : ContentView
|
2019-05-18 17:25:36 -04:00
|
|
|
|
{
|
|
|
|
|
public AlbumsView()
|
|
|
|
|
{
|
|
|
|
|
InitializeComponent();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|