mirror of
https://github.com/SpaceTimee/Sheas-Cealer.git
synced 2025-07-13 12:52:08 +08:00
7 lines
249 B
C#
7 lines
249 B
C#
namespace Sheas_Cealer.Convs;
|
|
|
|
internal static class AboutConv
|
|
{
|
|
public static AboutAccentButtonForegroundConv AboutAccentButtonForegroundConv => new();
|
|
public static AboutVersionButtonContentConv AboutVersionButtonContentConv => new();
|
|
} |