25 lines
		
	
	
		
			441 B
		
	
	
	
		
			Objective-C
		
	
	
		
			Executable File
		
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			441 B
		
	
	
	
		
			Objective-C
		
	
	
		
			Executable File
		
	
	
| //
 | |
| //  KSAdPlayableDemoViewController.h
 | |
| //  KSAdSDK
 | |
| //
 | |
| //  Created by zhangchuntao on 2020/11/20.
 | |
| //
 | |
| 
 | |
| #import <UIKit/UIKit.h>
 | |
| 
 | |
| #import "KSAdShowDirection.h"
 | |
| 
 | |
| NS_ASSUME_NONNULL_BEGIN
 | |
| 
 | |
| @interface KSAdPlayableDemoViewController : UIViewController
 | |
| 
 | |
| @property (nonatomic, copy) NSString *playableURL;
 | |
| 
 | |
| @property (nonatomic, copy) NSString *downloadURL;
 | |
| 
 | |
| @property (nonatomic, assign) KSAdShowDirection showDirection;
 | |
| 
 | |
| @end
 | |
| 
 | |
| NS_ASSUME_NONNULL_END
 |