//
// This file was generated by //third_party/jni_zero/jni_zero.py
//

package org.jni_zero;

import javax.annotation.processing.Generated;

@Generated("JNI Zero")
@SuppressWarnings({"rawtypes", "unchecked"})
public class module_GEN_JNI {
  public static void org_jni_1zero_SampleModule_foo() {
    J.module_N.V();
  }
  public static boolean org_jni_1zero_SampleModule_bar(boolean a) {
    return J.module_N.ZZ(a);
  }
}
