mirror of
https://github.com/2dust/v2rayN.git
synced 2026-09-27 09:23:26 +03:00
10 lines
158 B
C#
10 lines
158 B
C#
namespace ServiceLib.Enums
|
|
{
|
|
public enum EMsgCommand
|
|
{
|
|
ClearMsg,
|
|
SendMsgView,
|
|
SendSnackMsg,
|
|
RefreshProfiles
|
|
}
|
|
} |