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.

21 lines
474 B

  1. //
  2. // SCManagedStillImageCapturerHandler.h
  3. // Snapchat
  4. //
  5. // Created by Jingtian Yang on 11/12/2017.
  6. //
  7. #import "SCManagedStillImageCapturer.h"
  8. #import <Foundation/Foundation.h>
  9. @class SCCaptureResource;
  10. @protocol SCDeviceMotionProvider
  11. , SCFileInputDecider;
  12. @interface SCManagedStillImageCapturerHandler : NSObject <SCManagedStillImageCapturerDelegate>
  13. SC_INIT_AND_NEW_UNAVAILABLE
  14. - (instancetype)initWithCaptureResource:(SCCaptureResource *)captureResource;
  15. @end