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-SnapChat/BlackCamera/SCCaptureSessionFixer.h
2018-05-24 00:22:14 +03:00

15 lines
252 B
Objective-C

//
// SCCaptureSessionFixer.h
// Snapchat
//
// Created by Derek Wang on 05/12/2017.
//
#import "SCBlackCameraNoOutputDetector.h"
#import <Foundation/Foundation.h>
@interface SCCaptureSessionFixer : NSObject <SCBlackCameraDetectorDelegate>
@end