using StrixMusic.Sdk.ViewModels;
using StrixMusic.Shells.Groove.Controls.Items;
using Windows.UI.Xaml;
using Windows.UI.Xaml.Input;
namespace StrixMusic.Shells.Groove.Styles.Collections
{
///
/// A containing the default style for the .
///
public sealed partial class PlaylistCollectionStyle : ResourceDictionary
{
///
/// Initializes a new instance of the class.
///
public PlaylistCollectionStyle()
{
this.InitializeComponent();
}
}
}