mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-13 05:48:35 +00:00
10 lines
203 B
C#
10 lines
203 B
C#
namespace Artemis.Core.Modules
|
|
{
|
|
/// <summary>
|
|
/// The base class for any view model that belongs to a module
|
|
/// </summary>
|
|
public interface IModuleViewModel
|
|
{
|
|
|
|
}
|
|
} |