// // SCManagedCapturerLSAComponentTrackerAPI.h // SCCamera // // Created by Michel Loenngren on 4/11/18. // #import @class SCCaptureResource; /** SCCamera protocol providing LSA tracking logic. */ @protocol SCManagedCapturerLSAComponentTrackerAPI - (void)configureWithCaptureResource:(SCCaptureResource *)captureResource; @end