1 // Copyright © 2018 650 Industries. All rights reserved. 2 3 #import <ExpoModulesCore/EXFaceDetectorManagerInterface.h> 4 5 @protocol EXFaceDetectorManagerProviderInterface 6 7 - (id<EXFaceDetectorManagerInterface>)createFaceDetectorManager; 8 9 @end 10