mirror of
				https://github.com/SoPat712/YTLitePlus.git
				synced 2025-10-30 20:34:03 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			258 B
		
	
	
	
		
			Objective-C
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			258 B
		
	
	
	
		
			Objective-C
		
	
	
	
	
	
| #import <AVFoundation/AVFoundation.h>
 | |
| 
 | |
| NS_CLASS_AVAILABLE_IOS(9_0)
 | |
| #pragma clang diagnostic push
 | |
| #pragma clang diagnostic ignored "-Wdeprecated-declarations"
 | |
| @interface CAMCaptureStillImageOutput : AVCaptureStillImageOutput
 | |
| @end
 | |
| #pragma clang diagnostic pop
 | 
