12 lines
288 B
12 lines
288 B
//
|
|
// SCManagedCaptureDeviceLinearInterpolationZoomHandler.h
|
|
// Snapchat
|
|
//
|
|
// Created by Joe Qiao on 03/01/2018.
|
|
//
|
|
|
|
#import "SCManagedCaptureDeviceDefaultZoomHandler.h"
|
|
|
|
@interface SCManagedCaptureDeviceLinearInterpolationZoomHandler : SCManagedCaptureDeviceDefaultZoomHandler
|
|
|
|
@end
|