Files
kami_itunes_june/AppleBatch_June/DelCountdownEnd.cs
2024-07-22 00:43:14 +08:00

7 lines
148 B
C#

using System.Collections.Generic;
namespace AppleBatch_June
{
public delegate void DelCountdownEnd(List<string> appleIds, int autoRedeemState);
}