// // SCManagedCapturerGLViewManagerAPI.h // SCCamera // // Created by Michel Loenngren on 4/11/18. // #import #import @class SCCaptureResource; /** Bridging protocol for providing a glViewManager to capture core. */ @protocol SCManagedCapturerGLViewManagerAPI @property (nonatomic, readonly, strong) LSAGLView *view; - (void)configureWithCaptureResource:(SCCaptureResource *)captureResource; - (void)setLensesActive:(BOOL)active; - (void)prepareViewIfNecessary; @end