mirror of
https://git.oceanpay.cc/danial/kami_itunes_june.git
synced 2025-12-18 21:21:34 +00:00
11 lines
100 B
C#
11 lines
100 B
C#
namespace AppleBatch_June
|
|
{
|
|
public enum ReddemeState
|
|
{
|
|
valid,
|
|
lose,
|
|
Unknown,
|
|
doLogin
|
|
}
|
|
}
|