Initial commit.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace Wino.Core.Domain.Interfaces
|
||||
{
|
||||
public interface IUnderlyingThemeService
|
||||
{
|
||||
bool IsUnderlyingThemeDark();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user