// This file was generated by
//     //third_party/jni_zero/jni_zero.py
// For
//     org.jni_zero.TinySample

#ifndef org_jni_zero_TinySample_JNI
#define org_jni_zero_TinySample_JNI

#include <jni.h>

#include "third_party/jni_zero/jni_export.h"
#include "third_party/jni_zero/jni_zero_helper.h"
// Java to native functions
// Forward declaration. To be implemented by the including .cc file.
static jboolean JNI_TinySample_Bar(JNIEnv* env, jint a);

JNI_BOUNDARY_EXPORT jboolean Java_org_jni_1zero_GEN_1JNI_org_1jni_11zero_1TinySample_1bar(
    JNIEnv* env,
    jclass jcaller,
    jint a) {
  auto ret = JNI_TinySample_Bar(env, a);
  return ret;
}

// Forward declaration. To be implemented by the including .cc file.
static void JNI_TinySample_Foo(JNIEnv* env);

JNI_BOUNDARY_EXPORT void Java_org_jni_1zero_GEN_1JNI_org_1jni_11zero_1TinySample_1foo(
    JNIEnv* env,
    jclass jcaller) {
  JNI_TinySample_Foo(env);
}


#endif  // org_jni_zero_TinySample_JNI
