You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
474 B
21 lines
474 B
//
|
|
// 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
|