Source-SCCamera/ManagedCapturer/SCManagedCaptureDeviceSavit...

14 lines
334 B
Objective-C

//
// SCManagedCaptureDeviceSavitzkyGolayZoomHandler.h
// Snapchat
//
// Created by Yu-Kuan Lai on 4/12/17.
// Copyright © 2017 Snapchat, Inc. All rights reserved.
//
#import "SCManagedCaptureDeviceDefaultZoomHandler.h"
@interface SCManagedCaptureDeviceSavitzkyGolayZoomHandler : SCManagedCaptureDeviceDefaultZoomHandler
@end