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