#include <jni.h>

extern "C"
JNIEXPORT jint JNICALL
Java_com_reactnativexlogjsi_XlogJsiModule_nativeMultiply(JNIEnv *env, jclass type, jint a, jint b) {
    return 0;
}
