/* DO NOT EDIT THIS FILE - it is machine generated **/
#include <jni.h>
/* Header for class JNIExample **/
#ifndef _Included_JNIExample
#define _Included_JNIExample
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: JNIExample
* Method: sayHello
* Signature: ()LJava/lang/String;
**/
JNIEXPORT jstring JNICALL Java_JNIExample_sayHello
(JNIEnv *, jobject);
#ifdef __cplusplus
}
#endif
#endif