2014 snapchat source code
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.

12 lines
288 B

  1. //
  2. // SCManagedCaptureDeviceLinearInterpolationZoomHandler.h
  3. // Snapchat
  4. //
  5. // Created by Joe Qiao on 03/01/2018.
  6. //
  7. #import "SCManagedCaptureDeviceDefaultZoomHandler.h"
  8. @interface SCManagedCaptureDeviceLinearInterpolationZoomHandler : SCManagedCaptureDeviceDefaultZoomHandler
  9. @end