10 lines
		
	
	
		
			208 B
		
	
	
	
		
			C#
		
	
	
	
		
		
			
		
	
	
			10 lines
		
	
	
		
			208 B
		
	
	
	
		
			C#
		
	
	
	
|  | namespace KwaiAds.Scripts.Api.Interstitial | |||
|  | { | |||
|  |     public class KwaiInterstitialAdRequest : KwaiRequest | |||
|  |     { | |||
|  |         public KwaiInterstitialAdRequest(string tagId) : base(tagId) | |||
|  |         { | |||
|  |         } | |||
|  |     } | |||
|  | } |