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.

17 lines
466 B

  1. //
  2. // SCManagedCaptureDeviceDefaultZoomHandler_Private.h
  3. // Snapchat
  4. //
  5. // Created by Joe Qiao on 04/01/2018.
  6. //
  7. #import "SCManagedCaptureDeviceDefaultZoomHandler.h"
  8. @interface SCManagedCaptureDeviceDefaultZoomHandler ()
  9. @property (nonatomic, weak) SCCaptureResource *captureResource;
  10. @property (nonatomic, weak) SCManagedCaptureDevice *currentDevice;
  11. - (void)_setZoomFactor:(CGFloat)zoomFactor forManagedCaptureDevice:(SCManagedCaptureDevice *)device;
  12. @end