mirror of
https://github.com/WowUp/WowUp.git
synced 2026-04-23 15:27:03 -04:00
Add default headers to most Http calls. Add WowInterface addon provider. Increase TukUI Cache time from 10 -> 60 minutes.
7 lines
129 B
C#
7 lines
129 B
C#
namespace WowUp.WPF.AddonProviders.Contracts
|
|
{
|
|
public interface IWowInterfaceAddonProvider : IAddonProvider
|
|
{
|
|
}
|
|
}
|