9 lines
105 B
C#
9 lines
105 B
C#
using Xamarin.Forms;
|
|
|
|
namespace Gallery.UI
|
|
{
|
|
public class BlurryPanel : ContentView
|
|
{
|
|
}
|
|
}
|