Source-SCCamera/BlackCamera/SCCaptureSessionFixer.h

15 lines
252 B
C
Raw Permalink Normal View History

2018-08-08 01:18:40 +02:00
//
// SCCaptureSessionFixer.h
// Snapchat
//
// Created by Derek Wang on 05/12/2017.
//
#import "SCBlackCameraNoOutputDetector.h"
#import <Foundation/Foundation.h>
@interface SCCaptureSessionFixer : NSObject <SCBlackCameraDetectorDelegate>
@end