mirror of
https://git.oceanpay.cc/danial/kami_itunes_june.git
synced 2025-12-18 22:31:24 +00:00
7 lines
148 B
C#
7 lines
148 B
C#
using System.Collections.Generic;
|
|
|
|
namespace AppleBatch_June
|
|
{
|
|
public delegate void DelCountdownEnd(List<string> appleIds, int autoRedeemState);
|
|
}
|