1
0
This repository has been archived on 2025-03-31. You can view files and clone it, but cannot push or open issues or pull requests.
Source-SnapChatCamera/ManagedCapturer/AVCaptureConnection+InputDevice.h
2018-08-08 02:23:44 +03:00

16 lines
287 B
Objective-C

//
// AVCaptureConnection+InputDevice.h
// Snapchat
//
// Created by William Morriss on 1/20/15
// Copyright (c) 2015 Snapchat, Inc. All rights reserved.
//
#import <AVFoundation/AVFoundation.h>
@interface AVCaptureConnection (InputDevice)
- (AVCaptureDevice *)inputDevice;
@end