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

package org.jni_zero;

import javax.annotation.processing.Generated;

@Generated("JNI Zero")
public class GEN_JNI {
  public static boolean org_jni_1zero_TinySample_bar(int a, Object b) {
    throw new RuntimeException("Native method not present");
  }
  public static void org_jni_1zero_TinySample_foo(Object a, int b) {
    throw new RuntimeException("Native method not present");
  }
}
