Source-SCCamera/ManagedCapturer/SCManagedCaptureDeviceSavit...

14 lines
334 B
C
Raw Permalink Normal View History

2018-08-08 01:27:52 +02:00
//
// 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