mirror of
https://git.oceanpay.cc/danial/kami_itunes_june.git
synced 2025-12-19 01:15:51 +00:00
10 lines
89 B
C#
10 lines
89 B
C#
namespace AppleBatch_June
|
|
{
|
|
public enum DisplyState
|
|
{
|
|
Disply,
|
|
None,
|
|
Unknown
|
|
}
|
|
}
|