mirror of
https://github.com/NohamR/N_m3u8DL-RE.git
synced 2025-05-24 14:21:58 +00:00
7 lines
85 B
C#
7 lines
85 B
C#
namespace N_m3u8DL_RE.Common.Enum;
|
|
|
|
public enum Choise
|
|
{
|
|
YES = 1,
|
|
NO = 0
|
|
} |