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/SCManagedStillImageCapturerHandler.h
2018-08-08 02:32:46 +03:00

22 lines
474 B
Objective-C

//
// SCManagedStillImageCapturerHandler.h
// Snapchat
//
// Created by Jingtian Yang on 11/12/2017.
//
#import "SCManagedStillImageCapturer.h"
#import <Foundation/Foundation.h>
@class SCCaptureResource;
@protocol SCDeviceMotionProvider
, SCFileInputDecider;
@interface SCManagedStillImageCapturerHandler : NSObject <SCManagedStillImageCapturerDelegate>
SC_INIT_AND_NEW_UNAVAILABLE
- (instancetype)initWithCaptureResource:(SCCaptureResource *)captureResource;
@end