// // SCManagedCapturerLensAPIProvider.h // SCCamera // // Created by Michel Loenngren on 4/12/18. // #import @protocol SCManagedCapturerLensAPI; @class SCCaptureResource; /** Provider for creating new instances of SCManagedCapturerLensAPI within SCCamera. */ @protocol SCManagedCapturerLensAPIProvider - (id)lensAPIForCaptureResource:(SCCaptureResource *)captureResouce; @end