mirror of
https://github.com/DrKLO/Telegram.git
synced 2025-01-03 09:49:15 +01:00
8 lines
105 B
C
8 lines
105 B
C
#ifndef image_h
|
|
#define image_h
|
|
|
|
#include <jni.h>
|
|
|
|
jint imageOnJNILoad(JavaVM *vm, JNIEnv *env);
|
|
|
|
#endif
|