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.

20 lines
591 B

  1. //
  2. // SCManagedCapturerV1_Private.h
  3. // Snapchat
  4. //
  5. // Created by Jingtian Yang on 20/12/2017.
  6. //
  7. #import "SCManagedCapturerV1.h"
  8. @interface SCManagedCapturerV1 ()
  9. - (SCCaptureResource *)captureResource;
  10. - (void)setupWithDevicePosition:(SCManagedCaptureDevicePosition)devicePosition
  11. completionHandler:(dispatch_block_t)completionHandler;
  12. - (BOOL)stopRunningWithCaptureToken:(SCCapturerToken *)token
  13. completionHandler:(sc_managed_capturer_stop_running_completion_handler_t)completionHandler
  14. context:(NSString *)context;
  15. @end