1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-13 05:48:35 +00:00
Artemis/src/Artemis.UI.Shared/Services/Interfaces/IArtemisSharedUIService.cs
2020-11-18 19:28:05 +01:00

9 lines
212 B
C#

namespace Artemis.UI.Shared.Services
{
/// <summary>
/// Represents a service provided by the Artemis Shared UI library
/// </summary>
public interface IArtemisSharedUIService
{
}
}