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

8 lines
149 B
C#

namespace AppleBatch_June.Interfaces
{
public interface IAccountDisabled
{
bool accountCheck(string account, string pwd, string notityKey);
}
}