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.
23 lines
480 B
23 lines
480 B
//
|
|
// SCManagedCaptureDeviceHandler.h
|
|
// Snapchat
|
|
//
|
|
// Created by Jiyang Zhu on 3/8/18.
|
|
// Copyright © 2018 Snapchat, Inc. All rights reserved.
|
|
//
|
|
|
|
#import "SCManagedCaptureDevice.h"
|
|
|
|
#import <SCBase/SCMacros.h>
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
@class SCCaptureResource;
|
|
|
|
@interface SCManagedCaptureDeviceHandler : NSObject <SCManagedCaptureDeviceDelegate>
|
|
|
|
SC_INIT_AND_NEW_UNAVAILABLE
|
|
|
|
- (instancetype)initWithCaptureResource:(SCCaptureResource *)captureResource;
|
|
|
|
@end
|