mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-23 11:41:13 +00:00

git-subtree-dir: submodules/libtgvoip git-subtree-mainline: d153fe0f21174c4d6e1c3602e852e7a0e53051f0 git-subtree-split: dcbbfd9ec40ee8702852a768d75362142becc727
19 lines
265 B
C
19 lines
265 B
C
//
|
|
// Created by Grishka on 14.08.2018.
|
|
//
|
|
|
|
#ifndef TELEGRAM_TG_VOIP_JNI_H
|
|
#define TELEGRAM_TG_VOIP_JNI_H
|
|
|
|
#include <jni.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C"{
|
|
#endif
|
|
void tgvoipRegisterNatives(JNIEnv* env);
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif //TELEGRAM_TG_VOIP_JNI_H
|