7 lines
160 B
Objective-C
7 lines
160 B
Objective-C
#import <AVFoundation/AVFoundation.h>
|
|
|
|
@interface AVCaptureDeviceFormat (CameraUI)
|
|
|
|
- (BOOL)cam_supportsVideoConfiguration:(NSInteger)videoConfiguration;
|
|
|
|
@end
|