mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-13 05:48:35 +00:00
7 lines
160 B
C#
7 lines
160 B
C#
namespace Artemis.UI.Shared.Services.Interfaces
|
|
{
|
|
// ReSharper disable once InconsistentNaming
|
|
public interface IArtemisSharedUIService
|
|
{
|
|
}
|
|
} |