aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Extensions/IHasPropertyChangedEvent.cs
blob: c87550620745ef0b34772a03a59b3360d6960e1f (plain)
1
2
3
4
5
6
7
8
using System.ComponentModel;

namespace MediaBrowser.Model.Extensions
{
    public interface IHasPropertyChangedEvent : INotifyPropertyChanged
    {
    }
}