// // SCManagedCapturerARImageCaptureProvider.h // SCCamera // // Created by Michel Loenngren on 4/11/18. // #import @class SCManagedStillImageCapturer; @protocol SCManagedCapturerLensAPI , SCPerforming; /** Bridging protocol providing the ARImageCapturer subclass of SCManagedStillImageCapturer to capture core. */ @protocol SCManagedCapturerARImageCaptureProvider - (SCManagedStillImageCapturer *)arImageCapturerWith:(id)performer lensProcessingCore:(id)lensProcessingCore; @end