using System.Windows; namespace Wox.Core.UI { /// /// Object implement this interface will have the ability to has its own UI styles /// public interface IUIResource { ResourceDictionary GetResourceDictionary(); } }