mirror of
https://github.com/LittleTurtle2333/SimplicityTools.git
synced 2026-07-13 03:41:19 +08:00
11 lines
194 B
C
11 lines
194 B
C
//
|
|
// Created by Owner on 2022/3/9.
|
|
//
|
|
|
|
#ifndef FUCKCOOLAPKR_NATIVE_H
|
|
#define FUCKCOOLAPKR_NATIVE_H
|
|
|
|
extern "C" jint BILI_JNI_OnLoad(JavaVM *vm, void *reserved);
|
|
|
|
#endif //FUCKCOOLAPKR_NATIVE_H
|