Files
ZooMatch-GP/Assets/ASMhQ45fSDK/ThirdParty/KwaiAds/Scripts/Common/IClientBidding.cs
T
2026-06-02 10:26:44 +08:00

9 lines
174 B
C#

namespace KwaiAds.Scripts.Common
{
public interface IClientBidding
{
void NotifyWin(string minWinPrice);
void NotifyLoss(string winPrice);
}
}