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/SCManagedCapturerV1_Private.h
2018-08-08 02:27:52 +03:00

21 lines
591 B
Objective-C

//
// SCManagedCapturerV1_Private.h
// Snapchat
//
// Created by Jingtian Yang on 20/12/2017.
//
#import "SCManagedCapturerV1.h"
@interface SCManagedCapturerV1 ()
- (SCCaptureResource *)captureResource;
- (void)setupWithDevicePosition:(SCManagedCaptureDevicePosition)devicePosition
completionHandler:(dispatch_block_t)completionHandler;
- (BOOL)stopRunningWithCaptureToken:(SCCapturerToken *)token
completionHandler:(sc_managed_capturer_stop_running_completion_handler_t)completionHandler
context:(NSString *)context;
@end