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