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.

19 lines
375 B

  1. //
  2. // SCManagedCapturerLSAComponentTrackerAPI.h
  3. // SCCamera
  4. //
  5. // Created by Michel Loenngren on 4/11/18.
  6. //
  7. #import <Foundation/Foundation.h>
  8. @class SCCaptureResource;
  9. /**
  10. SCCamera protocol providing LSA tracking logic.
  11. */
  12. @protocol SCManagedCapturerLSAComponentTrackerAPI <NSObject>
  13. - (void)configureWithCaptureResource:(SCCaptureResource *)captureResource;
  14. @end