mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-03-22 15:07:49 +00:00
8 lines
258 B
Objective-C
8 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
|