mirror of
https://github.com/2dust/v2rayN.git
synced 2025-12-10 13:30:21 +05:00
11 lines
181 B
C#
11 lines
181 B
C#
namespace ServiceLib.Enums
|
|
{
|
|
public enum EMsgCommand
|
|
{
|
|
ClearMsg,
|
|
SendMsgView,
|
|
SendSnackMsg,
|
|
RefreshProfiles,
|
|
StopSpeedtest
|
|
}
|
|
} |