//
// 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 void org_jni_1zero_SampleGenerics_methodWithGenericParam(Object arg);
  public static native Object org_jni_1zero_SampleGenerics_someMethod(Object arg, Object arg2);
}
