package ly.img.editor.reactnative.module import com.facebook.react.bridge.ReactApplicationContext abstract class IMGLYEditorModuleSpec internal constructor( reactContext: ReactApplicationContext, ) : NativeIMGLYEditorSpec(reactContext)