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