mirror of
https://git.oceanpay.cc/danial/kami_itunes_june.git
synced 2025-12-18 22:31:24 +00:00
8 lines
149 B
C#
8 lines
149 B
C#
namespace AppleBatch_June.Interfaces
|
|
{
|
|
public interface IAccountDisabled
|
|
{
|
|
bool accountCheck(string account, string pwd, string notityKey);
|
|
}
|
|
}
|