//
// 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 boolean org_jni_1zero_TinySample_bar(int a, Object b);
  public static native void org_jni_1zero_TinySample_foo(Object a, int b);
  public static native void org_jni_1zero_extrapackage_ImportsTinySample_asdf();
}
