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
|