//
// This file is a placeholder. It was generated by //third_party/jni_zero/jni_zero.py
// Contains placeholder methods specific to library targets. The real class
// is generated on a per-apk basis.
//

package org.jni_zero;

import javax.annotation.processing.Generated;
import org.jni_zero.internal.NullUnmarked;

@Generated("JNI Zero")
@SuppressWarnings({"rawtypes", "unchecked"})
@NullUnmarked
public class GEN_JNI {

  public static native int org_jni_1zero_SampleProxyEdgeCases_addStructB(Object caller, Object b);
  public static native Object org_jni_1zero_SampleProxyEdgeCases_arrayTypes1(Object a, Object b);
  public static native Object org_jni_1zero_SampleProxyEdgeCases_arrayTypes2(Object a, Object b);
  public static native void org_jni_1zero_SampleProxyEdgeCases_foo__weirdly__escaped_name1();
  public static native Object org_jni_1zero_SampleProxyEdgeCases_genericsWithNestedClassArray(Object arg);
  public static native void org_jni_1zero_SampleProxyEdgeCases_setBool(Object b, Object i);
  public static native boolean org_jni_1zero_SampleProxyEdgeCases_setStringBuilder(Object sb);
  public static native int org_jni_1zero_SampleProxyEdgeCases_setStringBuilder(int sb);
  public static native void org_jni_1zero_SampleProxyEdgeCases_fooForTest();
  public static native void org_jni_1zero_SampleProxyEdgeCases_fooForTesting();
  public static native void org_jni_1zero_SampleProxyEdgeCases_fooForTests();
}
