9 lines
		
	
	
		
			141 B
		
	
	
	
		
			C#
		
	
	
	
		
		
			
		
	
	
			9 lines
		
	
	
		
			141 B
		
	
	
	
		
			C#
		
	
	
	
|  | namespace KwaiAds.Scripts.Common | |||
|  | { | |||
|  |     public interface IClientBidding | |||
|  |     { | |||
|  |         void NotifyWin(); | |||
|  | 
 | |||
|  |         void NotifyLoss(); | |||
|  |     } | |||
|  | } |